Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

minodisk/coffeemill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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