alleyinteractive / create-wordpress-theme

A template repository for creating a new block-based WordPress theme with an opinionated structure.
GNU General Public License v2.0
5 stars 0 forks source link

Add Build System #29

Open kaitlinbolling opened 5 months ago

kaitlinbolling commented 5 months ago

Description

We need to add a build system to the theme to allow for the compilation of scripts and styles within the theme.

Requirements

Use Case

Developers should have an easy and performant way of extending block styles as well as adding styles and scripts to the site with flexible entry points.

kaitlinbolling commented 4 months ago

Example of adding a global entry with some basic CSS resets: https://github.com/alleyinteractive/savageplatform/pull/31