An open API service indexing awesome lists of open source software.

https://github.com/pyoner/coffee-world

Watches the current folder to compile CoffeeScript into CSS, HTML & JS
https://github.com/pyoner/coffee-world

Last synced: about 1 year ago
JSON representation

Watches the current folder to compile CoffeeScript into CSS, HTML & JS

Awesome Lists containing this project

README

          

# coffee-world
Watches the current folder to compile CoffeeScript into CSS, HTML & JS

# Install
sudo npm install coffee-world

# Usage
coffee-world # watches current folder
coffee-world # watches
coffee-world --all # compiles all files on startup
coffee-world --all

* `*.css.coffee` will be compiled with coffee-css into `*.css`.
* `*.html.coffee` will be compiled with coffeekup into `*.html`.
* All other `*.coffee` files will be compiled into `*.js`.

Enjoy!

# Thanks
* http://jashkenas.github.com/coffee-script/
* https://github.com/mauricemach/coffeekup