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

Address issue #16 #19

Closed ryana closed 12 years ago

ryana commented 12 years ago

The tmp:create task was destroying any symlinks already in the tmp/ dir.

I also found that any capistrano symlink creation tasks that create tmp/cache need to be hooked before asset compilation or else the cache/assets directory is created and the symlinking fails.

ndbroadbent commented 12 years ago

Awesome, thanks so much for working on this! I'll merge now, and release a new gem version as soon as I get back to my PC.