Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 571 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 571 Bytes

MimosaJustACoffeeScriptFile

A very stripped down example for the purposes of illustrating Mimosa's simplicity.

Usage

  • npm install -g mimosa
  • git clone https://github.com/dbashford/MimosaJustACoffeeScriptFile
  • cd MimosaJustACoffeeScriptFile
  • mimosa build

Config?

exports.config = {
  "modules": ["coffeescript", "coffeelint", "jshint"]
}

3 lines. Mostly just 2.

I added CoffeeLint and JSHint support for kicks. Config stays the same size.