File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ And then execute:
56
56
57
57
$ bundle
58
58
59
+ ## Common Issues
59
60
60
- ## Deployment to Heroku
61
+ ### Deployment to Heroku
61
62
62
63
Due to LibSass compilation requirements, you must upgrade to the
63
64
[ Heroku Cedar-14 Stack] ( https://devcenter.heroku.com/articles/cedar-14-migration )
@@ -66,13 +67,19 @@ in order to successfully install this gem.
66
67
Upgrading to Cedar-14 is usually a painless process.
67
68
68
69
69
- ## Installing alongside a gem that depends on Sass-Rails
70
+ ### Installing alongside a gem that depends on Sass-Rails
70
71
71
72
Libraries explicitly depending on Sass-Rails, such as ActiveAdmin, can cause
72
73
conflicts with installation of SassC-Rails. While we have no built-in solution
73
74
for this, please check out [ this issue] ( https://github.com/bolandrm/sassc-rails/issues/6 )
74
75
for a workaround.
75
76
77
+ ## Changelog
78
+
79
+ - ** 1.0.0**
80
+ - Initial Release
81
+ - Add support for inline source maps
82
+ - Support compression in the way that Sass-Rails handles it
76
83
77
84
## Contributing
78
85
You can’t perform that action at this time.
0 commit comments