diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-12-04 13:59:07 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-04 13:59:07 +0000 |
commit | 4e486821a479fbb96ca83c025805a19baa9a6df9 (patch) | |
tree | a5a14c8c5c6b74881a7910f3690b5ac1de85c4d3 | |
parent | 65fe6b5f8c8043d795e289dabe1026a6fa5c3fd2 (diff) |
Add some instructions on removing the symlinking code.
The code in install.rb and uninstall.rb for a theme that symlinks its
public directory from the main application directory is no longer
needed.
-rw-r--r-- | doc/THEME-ASSETS-UPGRADE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/THEME-ASSETS-UPGRADE.md b/doc/THEME-ASSETS-UPGRADE.md index 66a1e95f4..2c6e49986 100644 --- a/doc/THEME-ASSETS-UPGRADE.md +++ b/doc/THEME-ASSETS-UPGRADE.md @@ -67,3 +67,8 @@ should be mentioned in `lib/alavetelitheme.rb` with: You should be left with nothing in the `public` directory after making these changes, except possibly custom error pages. + +Remove the code that symlinks the theme 'public' directory to a +subdirectory of the main application's 'public' directory from +install.rb. Also remove the code from uninstall.rb that removes that +symlink. The asset pipeline will handle making assets available. |