Actions
Bug #27856
closedAssets initializer fails to load plugins without assets defined
Description
For plugins that do not contain assets in asset pipeline (no app/assets folder exist), rake plugin:assets:precompile['my_plugin'] will create an empty manifest file.
This file will be loaded by assets initializer that is not prepared to deal with empty JSON object.
Actions