add gruntfile
This commit is contained in:
parent
b381087f12
commit
b5c6061090
|
@ -0,0 +1,7 @@
|
|||
module.exports = (grunt) ->
|
||||
|
||||
grunt.initConfig
|
||||
"grunt-embark": {}
|
||||
|
||||
grunt.loadTasks "tasks"
|
||||
|
Loading…
Reference in New Issue