Update SASS pipeline to generate source maps
Note: this requires SASS 3.3+ so do ```bundle install```
Showing
source 'https://rubygems.org' | source 'https://rubygems.org' | ||
gem 'rake', '~> 10.0.3' | gem 'rake', '~> 10.0.3' | ||
gem 'sass', '3.2.12' | gem 'sass', '3.3.5' | ||
gem 'bourbon', '~> 3.1.8' | gem 'bourbon', '~> 3.1.8' | ||
gem 'neat', '~> 1.4.0' | gem 'neat', '~> 1.4.0' | ||
gem 'colorize', '~> 0.5.8' | gem 'colorize', '~> 0.5.8' | ||
... | ... |
Please
register
or
sign in
to comment