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 2a793e9201 - Show all commits

View File

@ -18,6 +18,8 @@ steps:
- master
- name: rspec
image: guildeducation/rails:2.7.1-12.19.0
environment:
RAILS_ENV: test
commands:
- bundle install --jobs=3 --retry=3 --deployment
- yarn install