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 26, 2023
1 parent 66c7a74 commit ee7c55f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion spec/template.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# frozen_string_literal: true
run 'gem install sassc'

generate 'rspec:install'

Expand Down
1 change: 1 addition & 0 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def apply_template!(template_root)
# Stop the spring before using the generators as it might hang for a long time
# Issue: https://github.com/rails/spring/issues/486
run 'spring stop'
run 'gem install sassc'

apply 'spec/template.rb'
end
Expand Down

0 comments on commit ee7c55f

Please sign in to comment.