2014-09-20 11:49:04 -04:00
|
|
|
module.exports =
|
|
|
|
default: [
|
|
|
|
'coffeelint'
|
|
|
|
'browserify'
|
|
|
|
'coffee'
|
|
|
|
'copy'
|
2015-02-15 07:55:06 -05:00
|
|
|
'po2crx'
|
2014-09-20 11:49:04 -04:00
|
|
|
]
|
|
|
|
test: ['mochaTest']
|
2017-08-02 22:57:44 -04:00
|
|
|
release: ['default', 'chromium-manifest', 'compress']
|