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