Created
April 18, 2012 00:24
-
-
Save dfreedm/2410085 to your computer and use it in GitHub Desktop.
Enyo Minification
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
| #!/bin/sh | |
| ../path/to/enyo/tools/minify.sh -no-alias -output ../build/app package.js |
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
| enyo.depends( | |
| "$enyo/source/minify", | |
| "../source/" | |
| ); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expects a
minifyfolder on the same level assource.Makes a folder named
buildwithapp.jsandapp.cssunderneath it, at the same level assourceandminify.