Actions
action #2292
closedTheme support partially broken after migration to Rails 4
Start date:
2014-04-10
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
rake assets:precompile is not generating digested assets under the 'bento' subdirectory. Something subtle have changed in the asset processing.
Updated by ancorgs over 9 years ago
Looks like the problem not only happens during assets precompilation. The "themed" assets are being loaded but only partially processed. Stylesheets seems to work perfectly. Images seems to be ignored unless a equivalent (same name) file exists in the default assets. Javascript seems to work everything but the "require" sentences. Very weird.
Updated by ancorgs over 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
The javascript problems were not so big (wrong diagnosis). Introduced a workaround for the problems with the images (which look like a bug in Rails 4 to me).
Actions