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 3596955642 - Show all commits

View File

@@ -21,7 +21,9 @@ steps:
environment:
RAILS_ENV: test
commands:
- bundle install --jobs=3 --retry=3 --deployment --with development test
- bundle config set deployment 'true'
- bundle config set with 'development test'
- bundle install --jobs=3 --retry=3
- yarn install
- yarn run build:css
- bundle exec rspec