We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfccd39 commit 80b5570Copy full SHA for 80b5570
README.md
@@ -34,6 +34,9 @@ add the following configuration to your development.rb file:
34
config.sass.inline_source_maps = true
35
```
36
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
+
40
Note, as indicated, these source maps are *inline*. They will not generate additional
41
files or anything like that. Instead, they will be appended to the compiled
42
application.css file.
0 commit comments