WooCommerce, JetPack and Grunt
Wondering if anyone has any best practices around adding the woocommerce and jetpack files to grunt so they also get concatenated and minified. Is this possible/advisable?
CW
WooCommerce, JetPack and Grunt
Wondering if anyone has any best practices around adding the woocommerce and jetpack files to grunt so they also get concatenated and minified. Is this possible/advisable?
CW
I’d avoid messing with that for the most part. If it’s CSS, you could deregister the plugin CSS and include it on your own from the theme
Yeah, that would be the only way, but I wouldn’t recommend it either. Then you would have to make sure you update your CSS every time they update their plugin’s CSS.
Unfortunately if you want to use plugins, you have to hope they are doing this, or else put up with it.
Alas, this is what I feared… Thanks for the thoughts and feedback.