Created
November 7, 2010 19:51
-
-
Save andrerocker/666364 to your computer and use it in GitHub Desktop.
Facilitar de chamadas ao YUI
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/bash | |
# Torna agradavel a chamada ao YUI na linha de comando | |
# yui by Andre Souza ([email protected]) | |
# | |
# modo de uso: yui --type js input.js -o output.js | |
java -jar /path/to/yui-compressor.jar $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment