mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
8 lines
100 B
CoffeeScript
8 lines
100 B
CoffeeScript
|
module.exports = (grunt) ->
|
||
|
|
||
|
grunt.initConfig
|
||
|
"embark-framework":
|
||
|
|
||
|
grunt.loadTasks "tasks"
|
||
|
|