mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
8 lines
128 B
CoffeeScript
8 lines
128 B
CoffeeScript
module.exports =
|
|
coffee:
|
|
expand: true
|
|
cwd: 'src/coffee'
|
|
src: ['**/*.coffee']
|
|
dest: 'build/js/'
|
|
ext: '.js'
|