diff --git a/template/changelog.md b/template/changelog.md index d4c767e..0cc2e68 100644 --- a/template/changelog.md +++ b/template/changelog.md @@ -6,3 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- + + +### Non-published +- Add @studiometa/ui source files to tailwind.config.js watch list. (74d2099) diff --git a/template/tailwind.config.js b/template/tailwind.config.js index 32f1c5c..e86ffca 100644 --- a/template/tailwind.config.js +++ b/template/tailwind.config.js @@ -15,6 +15,8 @@ module.exports = { './web/wp-content/themes/<%= slug %>/src/js/**/*.js', './web/wp-content/themes/<%= slug %>/src/js/**/*.vue', './web/wp-content/themes/<%= slug %>/templates/**/*.twig', + './vendor/studiometa/ui/packages/ui/**/*.twig', + './vendor/studiometa/ui/packages/ui/**/*.js', ], }, mode: 'jit',