Posts

Upgrading a Theme to Use wp-scripts

A couple of months ago, while upgrading Mixin’ Styles- GB, I decided I wanted the build process line up with WordPress standards. It is a block theme, after all.

The way I set up the previous build, I wasn’t able to work on files that would automatically be minified, as I saved separate .min files. Then, I found out about the @wordpress/scripts packages.

Read More…