Skip to content

Instantly share code, notes, and snippets.

@dfreedm
Created April 18, 2012 00:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfreedm/2410085 to your computer and use it in GitHub Desktop.
Save dfreedm/2410085 to your computer and use it in GitHub Desktop.
Enyo Minification
#!/bin/sh
../path/to/enyo/tools/minify.sh -no-alias -output ../build/app package.js
enyo.depends(
"$enyo/source/minify",
"../source/"
);
@dfreedm
Copy link
Author

dfreedm commented Apr 18, 2012

Expects a minify folder on the same level as source.

Makes a folder named build with app.js and app.css underneath it, at the same level as source and minify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment