add gruntfile, initialize module

This commit is contained in:
Iuri Matias 2015-05-24 08:44:16 -04:00
parent bc9d34075a
commit b98bf5db11
1 changed files with 7 additions and 0 deletions

7
Gruntfile.coffee Normal file
View File

@ -0,0 +1,7 @@
module.exports = (grunt) ->
grunt.initConfig
"embark-framework":
grunt.loadTasks "tasks"