Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 910 Bytes

readme.md

File metadata and controls

50 lines (31 loc) · 910 Bytes

♨️ Oven

Offical oven for cakes. Original by twilson63

Usage

Compiling

Put all of your coffee-script in the src folder, it will compile all coffee-script in your lib folder, using the build command.

cake build

Watching

If you want to compile as you write your code, invoke the watch command.

cake watch

Testing

If you want to run your tests, assuming you are using mocha.

cake test

Documenting

cake docs

Options

If you want to generate HTML5 maps when compiling (watching), add 'm' before compile or watch:

cake -m compile

clean will also take care of mapping files.

More information about mapping can be found on HTML5rocks or Coffeescript.org.

Have Fun!