ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
974 stars 76 forks source link

import scss not working for files without underscore #21

Closed elfassy closed 12 years ago

elfassy commented 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.

ndbroadbent commented 12 years ago

Hi there, this should all be fixed. Please update to 0.1.17 and let me know if you still experience any issues. Thanks!