tailwindcss build ./src/css/application.css -o ./assets/application.css.liquid --env production
tailwindcss 1.9.6
🚀 Building: src/css/application.css
✅ Finished in 3.13 s
📦 Size: 5.38MB
💾 Saved to assets/application.css.liquid
Running deploy with themekit 1.1.6 theme deploy -e development -v :
[development] Errors encountered:
[development] (assets/application.css) this file is critical and removing it would cause your theme to become non-functional
finished command with errors
To Reproduce
Steps to reproduce the behavior:
run command tailwindcss build ./src/css/application.css -o ./assets/application.css.liquid --env production
run command theme deploy -e development -v
Expected behavior
Deploy the theme and generate application.css.
Environment (please complete the following information):
Describe the bug My
config.yml
:they are no asset files in themekit ignore
Running build step with tailwind:
Running deploy with themekit 1.1.6
theme deploy -e development -v
:To Reproduce Steps to reproduce the behavior:
tailwindcss build ./src/css/application.css -o ./assets/application.css.liquid --env production
theme deploy -e development -v
Expected behavior Deploy the theme and generate application.css.
Environment (please complete the following information):