mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
FIX: Add sassc-rails
for plugins using sprockets to compile scss
This did not affect core because we have a custom stylesheet pipeline
This commit is contained in:
parent
2f8f801970
commit
59491f3047
1
Gemfile
1
Gemfile
|
@ -191,6 +191,7 @@ gem 'logstash-logger', require: false
|
|||
gem 'logster'
|
||||
|
||||
gem 'sassc', require: false
|
||||
gem "sassc-rails"
|
||||
|
||||
gem 'rotp'
|
||||
gem 'rqrcode'
|
||||
|
|
|
@ -384,6 +384,12 @@ GEM
|
|||
sassc (2.0.1)
|
||||
ffi (~> 1.9)
|
||||
rake
|
||||
sassc-rails (2.1.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)
|
||||
|
@ -539,6 +545,7 @@ DEPENDENCIES
|
|||
ruby-readability
|
||||
sanitize
|
||||
sassc
|
||||
sassc-rails
|
||||
seed-fu
|
||||
shoulda
|
||||
sidekiq
|
||||
|
|
Loading…
Reference in New Issue
Block a user