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