WebDevStudios / wd_s

A starter theme from WebDevStudios.
https://wdunderscores.com
GNU General Public License v2.0
663 stars 138 forks source link

Leverage @wordpress/scripts as our primary tool chain #546

Closed gregrickaby closed 4 years ago

gregrickaby commented 4 years ago

If possible, please use @wordpress/scripts to handle builds.

I understand there may be circumstances where we need to continue to rely on NPM scripts, however, I'd like to exhaust all possibilities of using @wordpress/scripts first.

coreymcollins commented 4 years ago

Right now we're using imagemin for optimization and svgo + svgstore for SVG handling. On our call this morning, we chatted about this and Ashar taking a look into some Webpack options.

asharirfan commented 4 years ago

I have removed the use of imagemin and svgo via NPM scripts in the theme. And added imagemin-webpack-plugin to handle the same workflow via @wordpress/scripts.

I wasn't able to find out a good replacement Webpack plugin for svgstore so I have left that script as it is for now.

I have opened a draft PR #552 in the repository. I will mark it as ready once @coreymcollins Tailwind PR is finalized.