Skip to content

Commit

Permalink
Remove cssbundling gem since no longer needed
Browse files Browse the repository at this point in the history
Use asset pipeline and tailwind gem for CSS compilation
  • Loading branch information
hartsick committed Mar 30, 2022
1 parent 4bcdd9d commit 76d8004
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem 'devise_invitable', '~> 2.0.0'
gem 'sentry-ruby'
gem 'sentry-rails'
gem 'sprockets-rails'
gem 'cssbundling-rails'
gem 'jsbundling-rails'
gem 'turbo-rails'
gem 'tailwindcss-rails'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.1.9)
crass (1.0.6)
cssbundling-rails (1.0.0)
railties (>= 6.0.0)
devise (4.8.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -271,7 +269,6 @@ DEPENDENCIES
byebug
capybara
capybara-email
cssbundling-rails
devise
devise_invitable (~> 2.0.0)
factory_bot_rails
Expand Down
2 changes: 0 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<%= csp_meta_tag %>
<%= favicon_link_tag asset_path('favicon.png') %>
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
<%= stylesheet_link_tag 'application' %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
</head>

Expand Down

0 comments on commit 76d8004

Please sign in to comment.