Skip to content

Instantly share code, notes, and snippets.

@axiak
Created April 22, 2012 18:14
Show Gist options
  • Save axiak/2465867 to your computer and use it in GitHub Desktop.
Save axiak/2465867 to your computer and use it in GitHub Desktop.
"processors": {
"coffee": {"cmd": "coffee -c {input}", "nextExt": "js"},
"js": {"cmd": "cat", "nextExt": "js1"},
"js1": {"cmd": "cat", "nextExt": "js2"},
"js2": {"cmd": "cat", "nextExt": "js3"},
"js3": {"cmd": "cat", "nextExt": "js4"},
"js4": {"cmd": "cat", "nextExt": "js5"},
"js5": {"cmd": "java -Xmx200m -Xms50m -Xincgc -jar testdir/yuicompressor-2.4.7.jar {input} -o {output}", "outputType": "js"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment