bewee / node-red-contrib-webthingsio

https://www.npmjs.com/package/node-red-contrib-webthingsio
Mozilla Public License 2.0
1 stars 2 forks source link

Use Node-RED 1.3 feature for editor resources #6

Closed bewee closed 3 years ago

bewee commented 3 years ago

Currently, this addon manually adds routes to the node red webserver to provide the shared client-core.js script. The main problem with this approach is that after an update of this addon, the cached file will not get updated (which can lead to errors). Node-RED 1.3 provides a build-in way of providing (shared) editor resources, which I hope could solve this problem.

For more information, see here