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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.42
    1
    • latest

Version History

Package Sidebar

Install

npm i grunt-coocoo

Weekly Downloads

1

Version

0.0.42

License

MIT

Last publish

Collaborators

  • hoho