Skip to content

Instantly share code, notes, and snippets.

@andrerocker
Created November 7, 2010 19:51
Show Gist options
  • Save andrerocker/666364 to your computer and use it in GitHub Desktop.
Save andrerocker/666364 to your computer and use it in GitHub Desktop.
Facilitar de chamadas ao YUI
#!/bin/bash
# Torna agradavel a chamada ao YUI na linha de comando
# yui by Andre Souza (andre.souza@gmail.com)
#
# 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