sitecrafting / groot

:seedling: The official SiteCrafting WordPress starter theme, built on Timber and Conifer
MIT License
3 stars 1 forks source link

Automate less theme path variable with webpack #44

Closed sdunham closed 4 years ago

sdunham commented 4 years ago

This update leverages webpack and less functionality to inject the appropriate value for the @theme-path variable in Groot's variables.less at build time. This eliminates the need for developers to manually update the value when starting a new project.

Note: the CI build failed when I pushed my commits, but it looks like this has been happening for other commits. I'm ignoring the failure for now.