Skip to content

Commit

Permalink
[#385] Move sassc to template
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed May 18, 2023
1 parent 1d56539 commit 84ed224
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .template/variants/web/Gemfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<<~RUBY
# Assets
gem 'sassc-rails'
gem 'sprockets-rails' # The original asset pipeline for Rails
gem 'cssbundling-rails' # Bundle and process CSS
gem 'jsbundling-rails' # Bundle and transpile JavaScript
Expand Down
1 change: 1 addition & 0 deletions Gemfile.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'
ruby '<%= RUBY_VERSION %>'

# Backend
gem 'sassc'
gem 'rails', '7.0.1' # Latest stable
gem 'pg' # Use Postgresql as database
gem 'puma' # Use Puma as the app server
Expand Down

0 comments on commit 84ed224

Please sign in to comment.