0.1.2 • Published 14 years ago
webc v0.1.2
webc - website compiler
WebC makes it easy to compile your jade/coffee-script/less files and test them locally in the browser. It can watch the files for changes and even serve them through a static web server locally for testing.
Installation
via npm:
$ npm install webc
$ webc --helpUsage
$ webc compileCompiles your files to _output. Use --out to specify diferent output directory.
$ webc watchSame as compile, but compiles if changes happen.
$ webc serveSame as watch but as well serves the files through http://localhost:3000. Use --port to change the port.