-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live reloading of webapp resources broken #299
Comments
If you only run I am confident that there is another option instead of reverting #208. However, the decision is up to others. It would certainly be possible to include the various directories of each |
If we can get something that works sanely then we don't need to revert it. I don't think
Aware, very poor developer UX though. |
Perhaps, but unless the fix is immediately apparent, we prefer to revert first and leave the amended feature implementation for some unspecified future time. Was there a particular plugin relying on this feature? First I had heard of it. |
Feel free to re-revert on top you can pin to current pom for now. |
|
better to just use something like esbuild or webpack imo. |
Yeah IIUC there are more standard ways of packaging JS libs in Jenkins plugins. |
Caused by #208
Picked up when updating theme plugins in jenkinsci/theme-manager-plugin#75
To reproduce:
Run this plugin:
https://github.com/jenkinsci/solarized-theme-plugin
Bump parent pom to 4.25
Run with
mvn hpi:run
Configure the theme on system config page
Change a color, e.g. one in https://github.com/jenkinsci/solarized-theme-plugin/blob/master/src/main/webapp/solarized-dark.css#L3
Refresh the page.
It will get updated.
Bump parent pom to 4.26 (includes #208).
Repeat above, file won't be live reloaded
The text was updated successfully, but these errors were encountered: