Skip to content

Commit b2fdeb7

Browse files
committed
update readme for line commentsg
1 parent 1f48d55 commit b2fdeb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ config.sass.inline_source_maps = true
3535
```
3636

3737
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`).
3940

4041
Note, as indicated, these source maps are *inline*. They will not generate additional
4142
files or anything like that. Instead, they will be appended to the compiled
@@ -79,6 +80,8 @@ for a workaround.
7980

8081
## Changelog
8182

83+
- **1.1.0** (unreleased)
84+
- [Source line comments](https://github.com/bolandrm/sassc-rails/pull/24) (`app.config.sass.line_comments`)
8285
- **1.0.0**
8386
- Initial Release
8487
- Add support for inline source maps

0 commit comments

Comments
 (0)