- Validate compiler module exists on startup in a way that still allows
@wraps
to work right - Restructure middleware responder to use events to trigger compiler phases, remove
seq
due to need of@die
. (State machine?) - Allow nested
enabled
list for a more sanecascade
- Rename
enabled
tocompilers
- Allow entries in
compilers
to be an identifier or a options/config object
- Rename
- Add post-
write()
cleanup/finally event (which fires whether successful or not). - Compile
./src
(coco) ->./lib
(js) - Move compilers to
lib/compilers.co
- GitHub site with introduction, documentation.
- examples:
- simple usage
- with
connect
- with
express
- with
- recursive compiling (CommonJS, Uglify; @wraps)
- custom compilers
- extending an existing compiler
- simple usage
- per-compiler documentation, options
- Haml
- yaml-js
- Bundler: cat together multiple files (recursive compiler)