mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
12 lines
150 B
CoffeeScript
12 lines
150 B
CoffeeScript
module.exports =
|
|
default: [
|
|
'copy'
|
|
'jade'
|
|
'less'
|
|
'autoprefixer'
|
|
'coffeelint'
|
|
'coffee'
|
|
'bower'
|
|
]
|
|
test: ['mochaTest']
|