mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
9 lines
114 B
CoffeeScript
9 lines
114 B
CoffeeScript
|
module.exports =
|
||
|
default: [
|
||
|
'coffeelint'
|
||
|
'browserify'
|
||
|
'coffee'
|
||
|
'copy'
|
||
|
]
|
||
|
test: ['mochaTest']
|