Skip to content

Instantly share code, notes, and snippets.

@firefly05
Last active December 17, 2015 11:19
Show Gist options
  • Save firefly05/5601497 to your computer and use it in GitHub Desktop.
Save firefly05/5601497 to your computer and use it in GitHub Desktop.
{
"cmd": [
"java",
"-jar", "${packages}/Google Closure Compiler/bin/compiler.jar",
"--js", "$file", "--js_output_file", "$file_base_name-min.js", "--compilation_level", "WHITESPACE_ONLY"
],
"windows": {
"cmd": ["${packages}/Google Closure Compiler/bin/compiler.cmd", "$file"],
"file_regex": "^(.*?):([0-9]*):",
"selector": "source.js"
},
"selector": "source.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment