Feature #11993
Reload plugin assets on every request in development mode
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Plugin API | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
I develop a plugin that requires Ajax.
I've put my scripts to plugin/assets folder.
It's very inconvenient to develop a plugin since I have to reload redmine each time I change my scripts.
It would be great to reload plugin assets on each request.
Related issues
History
#1
Updated by Jean-Philippe Lang over 9 years ago
As a workaround, you can call Redmine::Plugin.mirror_assets(:your_plugin)
from your plugin on each request when running in development environment.
#2
Updated by Jean-Baptiste Barth over 9 years ago
Other idea as a workaround, you can symlink public/plugin_assets/<your plugin>
to plugins/<your plugin>/assets
if you're on Linux, any *nix or MacOS.. I don't know if there's something similar on Windows.
#3
Updated by Jongwook Choi over 8 years ago
We need this.
#4
Updated by Go MAEDA about 2 years ago
- Category set to Plugin API
- Status changed from New to Closed
- Resolution set to Duplicate
The feature has been implemented in Redmine 4.1.0 (#31457).
#5
Updated by Go MAEDA about 2 years ago
- Duplicates Patch #31457: Add support for reloading plugin assets automatically in development mode added