mirror of https://github.com/embarklabs/embark.git
8 lines
99 B
CoffeeScript
8 lines
99 B
CoffeeScript
|
module.exports = (grunt) ->
|
||
|
|
||
|
grunt.initConfig
|
||
|
"grunt-embark": {}
|
||
|
|
||
|
grunt.loadTasks "tasks"
|
||
|
|