mxstbr / postcss.parts

A searchable catalog of PostCSS plugins —
http://postcss.parts
MIT License
46 stars 11 forks source link

Add minified build #2

Closed jeddy3 closed 9 years ago

jeddy3 commented 9 years ago

Very useful site!

This PR adds a npm-script to minify the JavaScript from 3MB to 250K. I first tried to use the site on a train with a bad wifi connection and it didn't load. I was also curious to see what a simple react+flux app compresses down to, so I forked. I've used minifyify so you still get source-maps on production, in case that's what you were after.

npm run build

Thanks again for making this site :)

mxstbr commented 9 years ago

Thanks so much, very much appreciated!