Switch to sassc-rails for faster SASS compilation
This commit is contained in:
parent
50c2a8540e
commit
2537dbeceb
2 changed files with 20 additions and 25 deletions
23
Gemfile
23
Gemfile
|
@ -34,22 +34,19 @@ gem 'argon2'
|
|||
# performance - Memcached
|
||||
gem 'dalli'
|
||||
|
||||
# asset handling
|
||||
group :assets do
|
||||
# asset handling - coffee-script
|
||||
gem 'coffee-rails'
|
||||
gem 'coffee-script-source'
|
||||
# asset handling - coffee-script
|
||||
gem 'coffee-rails'
|
||||
gem 'coffee-script-source'
|
||||
|
||||
# asset handling - frontend templating
|
||||
gem 'eco'
|
||||
# asset handling - frontend templating
|
||||
gem 'eco'
|
||||
|
||||
# asset handling - SASS
|
||||
gem 'sass-rails'
|
||||
# asset handling - SASS
|
||||
gem 'sassc-rails'
|
||||
|
||||
# asset handling - pipeline
|
||||
gem 'sprockets'
|
||||
gem 'uglifier'
|
||||
end
|
||||
# asset handling - pipeline
|
||||
gem 'sprockets'
|
||||
gem 'uglifier'
|
||||
|
||||
gem 'autoprefixer-rails'
|
||||
|
||||
|
|
22
Gemfile.lock
22
Gemfile.lock
|
@ -395,17 +395,15 @@ GEM
|
|||
ruby_dep (1.5.0)
|
||||
rubyzip (1.2.2)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.5.3)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
sass-rails (5.0.7)
|
||||
railties (>= 4.0.0, < 6)
|
||||
sass (~> 3.1)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
tilt (>= 1.1, < 3)
|
||||
sassc (2.0.0)
|
||||
ffi (~> 1.9.6)
|
||||
rake
|
||||
sassc-rails (2.0.0)
|
||||
railties (>= 4.0.0)
|
||||
sassc (>= 2.0)
|
||||
sprockets (> 3.0)
|
||||
sprockets-rails
|
||||
tilt
|
||||
sawyer (0.8.1)
|
||||
addressable (>= 2.3.5, < 2.6)
|
||||
faraday (~> 0.8, < 1.0)
|
||||
|
@ -570,7 +568,7 @@ DEPENDENCIES
|
|||
rspec-rails
|
||||
rubocop
|
||||
rubyntlm!
|
||||
sass-rails
|
||||
sassc-rails
|
||||
selenium-webdriver
|
||||
simplecov
|
||||
simplecov-rcov
|
||||
|
|
Loading…
Reference in a new issue