Published: 2011-10-20
Updated: 2012-04-24
Updated: 2012-06-19
You can configure Vim to automatically compile CoffeeScript files when you save them from within Vim, it’s easy, just add an autocmd to run the CoffeeScript compiler to your ~/.vimrc
file:
Advertisements