-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update bundling mechanism for globals injection caching #218
Conversation
This contains the required changes for the openhab-js injection caching inside the JS Scripting addon. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. FYI, we will probably need to also update DEPLOY.md as well if we change the output name.
Oh, thanks for that reminder. We also need a new release for this - I feel it is a bit to early to publish a 4.0 (due to some breaking changes it will be a new major). WDYT about a 3.2.1 release? |
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* Update bundling mechanism for globals injection caching This contains the required changes for the openhab-js injection caching inside the JS Scripting addon. * Update DEPLOY.md * Do not exclude @openhab-globals.js from npm Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
I decided to create a 3.2.x branch out of the 3.2.0 tag and cherrypick this on top of it. |
Sounds good to me. |
Fixes a regression from #218. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Fixes a regression from #218. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Fixes regression from openhab#218. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Fixes regression from #218. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
This contains the required changes for the openhab-js injection caching inside the JS Scripting addon in openhab/openhab-addons#14135.
Description