Skip to content

Instantly share code, notes, and snippets.

@Ruzzz
Last active October 12, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ruzzz/4090346 to your computer and use it in GitHub Desktop.
Save Ruzzz/4090346 to your computer and use it in GitHub Desktop.
Google Closure Compiler for Notepade++
Script for NppExec:
NPP_SAVE
cd $(CURRENT_DIRECTORY)
java -jar f:\apps\dev\GoogleClosureCompiler\compiler.jar --js "$(FILE_NAME)" --js_output_file "$(NAME_PART)_min$(EXT_PART)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment