diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-24 15:55:43 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-24 15:55:43 +0000 |
commit | 4440b4a94b75cb446a030790ca493931e2fdfe75 (patch) | |
tree | 1c78d17a3c2447a7bf773794f6491f6444423dcd | |
parent | 8d181d8c094279ff8784d51d4f962aa0a72ba38f (diff) |
Add notes on resolving issues with cached attachment asset refs.
-rw-r--r-- | doc/CHANGES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index b4bed110b..8f86f1c3a 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -54,6 +54,14 @@ email configs). * If you have any custom styles that rely on the absolute positioning of the 'banner' and 'wrapper' elements, they may need to be updated. +* Cached HTML versions of attachments in cache/attachments_production/ + will have obsolete links to `/stylesheets/main.css` and + `/images/navimg/logo-trans-small.png`. You can resolve these by either + moving the cached attachments away and allowing them to be regenerated + on demand, or by symlinking `public/stylesheets/main.css` to + `public/assets/application.css` and + `public/images/navimg/logo-trans-small.png` to + `public/assets/navimg/logo-trans-small.png`. # Version 0.15 |