Skip to content

Commit 80b5570

Browse files
committed
readme update
1 parent cfccd39 commit 80b5570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ add the following configuration to your development.rb file:
3434
config.sass.inline_source_maps = true
3535
```
3636

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.
39+
3740
Note, as indicated, these source maps are *inline*. They will not generate additional
3841
files or anything like that. Instead, they will be appended to the compiled
3942
application.css file.

0 commit comments

Comments
 (0)