Switch to sassc-rails for faster SASS compilation

This commit is contained in:
Ryan Lue 2018-11-26 10:30:21 +01:00
parent 50c2a8540e
commit 2537dbeceb
2 changed files with 20 additions and 25 deletions

23
Gemfile
View file

@ -34,22 +34,19 @@ gem 'argon2'
# performance - Memcached # performance - Memcached
gem 'dalli' gem 'dalli'
# asset handling # asset handling - coffee-script
group :assets do gem 'coffee-rails'
# asset handling - coffee-script gem 'coffee-script-source'
gem 'coffee-rails'
gem 'coffee-script-source'
# asset handling - frontend templating # asset handling - frontend templating
gem 'eco' gem 'eco'
# asset handling - SASS # asset handling - SASS
gem 'sass-rails' gem 'sassc-rails'
# asset handling - pipeline # asset handling - pipeline
gem 'sprockets' gem 'sprockets'
gem 'uglifier' gem 'uglifier'
end
gem 'autoprefixer-rails' gem 'autoprefixer-rails'

View file

@ -395,17 +395,15 @@ GEM
ruby_dep (1.5.0) ruby_dep (1.5.0)
rubyzip (1.2.2) rubyzip (1.2.2)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.5.3) sassc (2.0.0)
sass-listen (~> 4.0.0) ffi (~> 1.9.6)
sass-listen (4.0.0) rake
rb-fsevent (~> 0.9, >= 0.9.4) sassc-rails (2.0.0)
rb-inotify (~> 0.9, >= 0.9.7) railties (>= 4.0.0)
sass-rails (5.0.7) sassc (>= 2.0)
railties (>= 4.0.0, < 6) sprockets (> 3.0)
sass (~> 3.1) sprockets-rails
sprockets (>= 2.8, < 4.0) tilt
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sawyer (0.8.1) sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6) addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0) faraday (~> 0.8, < 1.0)
@ -570,7 +568,7 @@ DEPENDENCIES
rspec-rails rspec-rails
rubocop rubocop
rubyntlm! rubyntlm!
sass-rails sassc-rails
selenium-webdriver selenium-webdriver
simplecov simplecov
simplecov-rcov simplecov-rcov