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

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: CI build
aame: CI build
steps:
- name: restore-cache
@ -21,7 +21,7 @@ steps:
commands:
- bundle install --jobs=3 --retry=3 --deployment
- yarn install
- rake css:build
- yarn run build:css
- bundle exec rspec
when:
branch: