grunt-coocoo
v0.0.42
Published
Compile CooCoo
Downloads
48
Readme
grunt-coocoo
Compile CooCoo
Install:
npm install grunt-coocoo --save-dev
Enable:
grunt.loadNpmTasks('grunt-coocoo');
Use:
coocoo: {
compile: {
src: ['src/**/*.coo'],
dest: {
common: 'dest/common.js',
app: 'dest/app.js',
debug: true
}
}
}