add gruntfile

This commit is contained in:
Iuri Matias 2015-07-22 18:39:56 -04:00
parent b381087f12
commit b5c6061090
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
"grunt-embark": {}
grunt.loadTasks "tasks"