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
975 stars 78 forks source link

New dependencies is not automatically detected #52

Closed phuongnd08 closed 11 years ago

phuongnd08 commented 11 years ago

I have application.css require all files from ./main directory. Now I add a new file to ./main but turbo-sprockets won't be able to detect the new file and thus won't recompile application.css.

phuongnd08 commented 11 years ago

My bad. There is some error else that cause the problem.