Hey. I am working with WebPack and have written a successful NodeJS<->PHP bridge. Using WebPack, I prepare my assets for the web. By now, I am very well served with my javaScript. Still looking to get it a hundred KB (uglyfied). It currently, due to jQuery, stands at 178 kb.
But my CSS on the other hand is a bottleneck⦠With 192 kb (clean-css), this seems highly unoptimized, especially since I am already exclusing Bootstrap components, by customly including only the components I want using my custom SCSS file[1]. A while ago I read about UnCSS. However, this only works on HTML files and NOT on PHP files! So I am looking for an optimizer to feed all my PHP views into and get a slimmer CSS out of. Anyone having an idea? Kind regards, Ingwie [1]: http://git.ingwie.me/ingwie/bird3/blob/master/web-lib/bootstrapper.scss <http://git.ingwie.me/ingwie/bird3/blob/master/web-lib/bootstrapper.scss> -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/B7DC64FB-F783-40BE-8A7E-2DE7FC9986BB%40googlemail.com. For more options, visit https://groups.google.com/d/optout.
