Skip to content

Instantly share code, notes, and snippets.

@Porta
Created September 23, 2014 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porta/6f588a896fe60fb2410a to your computer and use it in GitHub Desktop.
Save Porta/6f588a896fe60fb2410a to your computer and use it in GitHub Desktop.
pack:
cd public/js/ && curl -X POST -s --data-urlencode 'input@application.js' http://javascript-minifier.com/raw > application.min.js
cd public/css/ && curl -X POST -s --data-urlencode 'input@styles.css' http://cssminifier.com/raw > styles.min.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment