Skip to content

Instantly share code, notes, and snippets.

@gurdiga
Created March 22, 2012 04:36
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 gurdiga/2155982 to your computer and use it in GitHub Desktop.
Save gurdiga/2155982 to your computer and use it in GitHub Desktop.
sed css minification
sed \
-e ':a;N;$!ba;s/\n//g' \
-e 's/ {/{/g' \
-e 's/: /:/g' \
-e 's/;}/}/g' \
-e 's/{ /{/g' \
-e 's/; /;/g' \
css/style.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment