Click to open cssmin.js demo (opens the raw gist URL of
cssmin-demo.html
via rawgit.com)
"Fork" of the official cssmin.js demo, which is broken since a while (because of hotlinking assets to raw.github.com).
Hotlinking assets to raw.github.com produces mime type errors, as files are returned as text/plain by the server. So I just replaced the raw.github.com link with a rawgit.com link to fix the mime type issue, thus the demo.
(Official demo is hosted outside the Github universe. No chance to send a PR, thus this "fork".)
- Read more about cssmin.js: Project website
- Source code on github.com: click