Skip to content

Comment on How to compile CoffeeScript on save in VIM

Comments

The CoffeeScript compiler is very fast (takes <100ms for a typical file), so this is a fairly good approach for most development.

However, it's worth noting that there are other projects that let you stop thinking about compilation altogether. If you're developing for Rails or Python, for instance, you can just use a plugin. (And as of Rails 3.1, you don't even need one.) If you're just developing a static site, I like The Middleman (http://middlemanapp.com/), which does on-demand Haml, Sass/Less, and CoffeeScript compilation, then lets you bundle it all up (minified) for deployment with a single command.

I´m compiling on save and combining that with http://documentcloud.github.com/jammit/ quite successfully.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.