Skip to content

Commit

Permalink
Use SassC to compile Sass
Browse files Browse the repository at this point in the history
Relies on a fork at the moment, hoping to have the change merged upstream: sass/sassc-rails#17
  • Loading branch information
boffbowsh committed May 15, 2015
1 parent f1a5109 commit d63564a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ end

gem 'sass', '3.4.9'
gem 'sass-rails'
gem 'sassc-rails', github: 'boffbowsh/sassc-rails', branch: 'resolve-explicit-extensions'
gem 'uglifier'

group :development, :test do
Expand Down
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ GIT
test_track (0.1.0)
rails (>= 3.1.0)

GIT
remote: git://github.com/boffbowsh/sassc-rails.git
revision: b61e4a621cbcab2751fd36d757a45b16545d89a8
branch: resolve-explicit-extensions
specs:
sassc-rails (0.0.9)
rails (>= 4.0.0)
sass
sassc (~> 1.1.2)
sprockets (> 2.11)
tilt

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -344,6 +356,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
sassc (1.1.2)
bundler
ffi (~> 1.9.6)
shared_mustache (0.2.0)
execjs (>= 1.2.4)
mustache (~> 0.99.4)
Expand Down Expand Up @@ -488,6 +503,7 @@ DEPENDENCIES
rummageable (= 1.2.0)
sass (= 3.4.9)
sass-rails
sassc-rails!
shared_mustache (~> 0.2.0)
sidekiq (~> 3.3.0)
sidekiq-logging-json (= 0.0.14)
Expand Down

0 comments on commit d63564a

Please sign in to comment.