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