Skip to content

Commit

Permalink
Adds js-yaml dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsc committed Jul 17, 2012
1 parent 23beaf7 commit d6796f2
Show file tree
Hide file tree
Showing 5 changed files with 866 additions and 838 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -303,7 +303,6 @@ server = connect.createServer(
### Compiler IDs

- [CoffeeScript](http://coffeescript.org/) Compiler: `coffee`
- [Snockets](http://github.com/TrevorBurnham/snockets) Compiler: `snockets`
- [Coco](http://satyr.github.com/coco/) Compiler: `coco`
- [Uglify](https://github.com/mishoo/UglifyJS) Compiler: `uglify`
- [Jade](http://jade-lang.com/) Compiler: `jade`
Expand All @@ -313,6 +312,8 @@ server = connect.createServer(
- [SassRuby](http://sass-lang.com/) Compiler: `sass_ruby` -- External compiler using a shell command to
the [Ruby version of Sass](http://sass-lang.com/download.html) (install via `gem install sass`).
- [Jison](http://zaach.github.com/jison/) Compiler: `jison`
- [YAML](https://github.com/visionmedia/js-yaml) Compiler: `yaml`
- [Snockets](http://github.com/TrevorBurnham/snockets) Compiler: `snockets`


## Feedback
Expand Down
2 changes: 1 addition & 1 deletion compiler.co
Expand Up @@ -649,7 +649,6 @@ class exports.YamlCompiler extends Compiler
# Register Compilers

[ CoffeeScriptCompiler
SnocketsCompiler
CocoCompiler
UglifyCompiler
JadeCompiler
Expand All @@ -660,6 +659,7 @@ class exports.YamlCompiler extends Compiler
JisonCompiler
SassRubyCompiler
YamlCompiler
SnocketsCompiler
].map register


Expand Down

0 comments on commit d6796f2

Please sign in to comment.