mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-14 16:27:17 +00:00
8 lines
99 B
CoffeeScript
8 lines
99 B
CoffeeScript
|
module.exports = (grunt) ->
|
||
|
|
||
|
grunt.initConfig
|
||
|
"grunt-embark": {}
|
||
|
|
||
|
grunt.loadTasks "tasks"
|
||
|
|