croox / generator-wp-dev-env

Yeoman generator for scaffolding Grunt based WordPress Plugins/Themes/Childthemes development environment
Other
3 stars 0 forks source link

dist task does not compress #14

Closed jhotadhari closed 4 years ago

jhotadhari commented 4 years ago

https://github.com/croox/wp-dev-env-grunt/commit/866b25c715ded1f59b449fe6c51e3ba995abff26 This will compress js/css on dist task. But actually the issue is, that config of hooked build tasks is not updated properly.

We'll have to throw away grunt anyway soon. And next solution will do it better. done

kuttnerd commented 4 years ago

gulp, node, webpack or what will it be?