Fixed assets symlinking for Heroku#446
Conversation
e5268c9 to
72f004a
Compare
|
Nice change to use relative symlinks.
|
c8d337c to
71d668e
Compare
71d668e to
eb7d710
Compare
|
The problem with Heroku was that it built the app in a tmp folder and then moved in the release folder. Symlinks were created with absolute path, so this process broke symlinks target. This fix creates relative symlinks instead.
This change is