This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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):: |