Skip to content

Instantly share code, notes, and snippets.

@shinofara
Created March 21, 2013 07:52
Show Gist options
  • Save shinofara/5211371 to your computer and use it in GitHub Desktop.
Save shinofara/5211371 to your computer and use it in GitHub Desktop.
google製のcss圧縮処理(Closure Stylesheets)を手軽に実行する方法 ref: http://qiita.com/items/15c399fa677c97ac989e
cd /usr/local/src/
curl -O https://closure-stylesheets.googlecode.com/files/closure-stylesheets-20111230.jar
chmod a+x closure-stylesheets-20111230.jar
ln -s /usr/local/src/closure-stylesheets-20111230.jar /usr/local/lib/closure-stylesheets.jar
java -jar /usr/local/lib/closure-stylesheets.jar aaa.css --output-file aaa.min.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment