diff --git a/Gruntfile.coffee b/Gruntfile.coffee new file mode 100644 index 0000000..806ee90 --- /dev/null +++ b/Gruntfile.coffee @@ -0,0 +1,7 @@ +module.exports = (grunt) -> + + grunt.initConfig + "grunt-embark": {} + + grunt.loadTasks "tasks" +