Switch from Webpacker to cssbundling-rails, upgrade Tailwind CSS to version 3 #59

Merged
raucao merged 32 commits from dev/cssbundling into master 2022-02-17 14:45:18 +00:00
Showing only changes of commit 1c4e444c0b - Show all commits

View File

@ -21,7 +21,9 @@ steps:
environment:
RAILS_ENV: test
commands:
- bundle config set deployment 'true'
- bundle config unset deployment
- bundle config set cache_all 'true'
- bundle config set cache_path 'vendor/cache'
- bundle config set with 'development test'
- bundle install --jobs=3 --retry=3
- yarn install