This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rake task to create non-digest assets symlinks
Based on rails/sprockets-rails#49 (comment) Without this, a lot of things just don't work (including static pages).
- Loading branch information
e4cfc2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a nice solution to the Rail 4/5 non-digested-assets problem which still exists 3 years on. The only hiccup I see though is that eventually as the assets are updated the symbolically linked version eventually be deleted. Have you developed a strategy for this?