Skip to content

Commit

Permalink
[#385] Install sassc
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed May 18, 2023
1 parent 786f4a4 commit c7cc6ee
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 spec/template.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true
run 'gem install sassc'

generate 'rspec:install'

Expand Down

0 comments on commit c7cc6ee

Please sign in to comment.