Closed elfassy closed 12 years ago
According to the sass documentation
@import "foo";
could import file foo.scss OR _foo.scss (not sure what logic is used if both are present)
"For example, @import "foo.scss"; or @import "foo"; would both import the file foo.scss"
Now turbo-sprockets-rails3 does not check for file changes on scss files without the leading underscore.
Hi there, this should all be fixed. Please update to 0.1.17 and let me know if you still experience any issues. Thanks!
0.1.17
According to the sass documentation
@import "foo";
could import file foo.scss OR _foo.scss (not sure what logic is used if both are present)
Now turbo-sprockets-rails3 does not check for file changes on scss files without the leading underscore.