grunt-coocoo

0.0.42 • Public • Published

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
        }
    }
}

Package Sidebar

Install

npm i grunt-coocoo

Weekly Downloads

3

Version

0.0.42

License

MIT

Last publish

Collaborators

  • hoho