Skip to content

Instantly share code, notes, and snippets.

@alfredo
alfredo / gist:1226378
Created September 19, 2011 12:11
JavaScript with Google Closure on emacs
Get google closure compiler to evaluate your javascript code on your emacs
--------------------------------------------------------------------------
- Download the google closure compiler, unzip it and place ``compiler.jar`` somewhere accessible
(e.g. ``~/bin/compiler.jar``)::
http://closure-compiler.googlecode.com/files/compiler-latest.zip
- Create a shell script to run closure on a file (e.g. closure.sh)::