* Special considerations for building the themes package.
()
| 226 | * Special considerations for building the themes package. |
| 227 | */ |
| 228 | async function themesBuildExtras() { |
| 229 | await bundle('themes', 'css/genesis', !usingProgressBar) |
| 230 | await bundle('themes', 'tailwindcss', !usingProgressBar) |
| 231 | await bundle('themes', 'tailwindcss/genesis', !usingProgressBar) |
| 232 | await bundle('themes', 'unocss', !usingProgressBar) |
| 233 | await bundle('themes', 'windicss', !usingProgressBar) |
| 234 | } |
| 235 | |
| 236 | /** |
| 237 | * Special considerations for building the addons package. |
no test coverage detected