UNPKG

coffeemill

Version:
40 lines (22 loc) 612 B
# CoffeeMill CoffeeScript packager ## Features * Supports directory based package. * Resolves dependency of extension. * Concatenate multiple CoffeeScript files into one JavaScript file. ## Options * Generate v3 source map. * Copy generated files. # Deprecated * Watches source files recursively. -> Use grunt-contrib-watch or grunt-este-watch * Minify JavaScript with UglifyJS. -> Use grunt-contrib-uglify ## Others * How to test -> Use grunt test framework ### Installation $ npm install -g coffeemill ### Usage $ coffeemill ### Help $ coffeemill -h ### Compile $ cake compile