File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ config.sass.inline_source_maps = true
35
35
```
36
36
37
37
After adding this config line, you may need to clear your assets cache
38
- (` rm -r tmp/cache/assets ` ), stop spring, and restart your rails server.
38
+ (` rm -r tmp/cache/assets ` ), stop spring, and restart your rails server. You may
39
+ also wish to disable line comments (` config.sass.line_comments = false ` ).
39
40
40
41
Note, as indicated, these source maps are * inline* . They will not generate additional
41
42
files or anything like that. Instead, they will be appended to the compiled
@@ -79,6 +80,8 @@ for a workaround.
79
80
80
81
## Changelog
81
82
83
+ - ** 1.1.0** (unreleased)
84
+ - [ Source line comments] ( https://github.com/bolandrm/sassc-rails/pull/24 ) (` app.config.sass.line_comments ` )
82
85
- ** 1.0.0**
83
86
- Initial Release
84
87
- Add support for inline source maps
You can’t perform that action at this time.
0 commit comments