icoffee

1.3.4 • Public • Published
this is icoffee, which means immediately coffee compile, aha!
1. no watch or coffee combined any more
2. compile the file changed only
3. fast and convinient to configure, give detail information when coffee syntax error occurred
4. why not have a try

eg:

grunt.initConfig({
  icoffee: {
      taskname: {
        options: {
            bare: true
        },
        src: ["path/**/*.coffee", "./*.coffee"]
      }
    }
});

Readme

Keywords

none

Package Sidebar

Install

npm i icoffee

Weekly Downloads

6

Version

1.3.4

License

BSD

Last publish

Collaborators

  • jackiealex