You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently not working, rebuild must be initiated manually. It is not that resource intensive, although it can be PITA sometimes cus you may lose some nodes if you didnt deploy them before refreshing the nodeRED UI on 1880
The text was updated successfully, but these errors were encountered:
Currently, the
rebuild.sh
script in the./scripts/
folder is not being invoked once nodemon notices the changesThis issue is in correlation to the #9 - Rebuild script
The idea is that, when developing:
watcher/development script is initiated
->nodemon picks up the changes in js/html
->fires off the rebuild script
We should make sure that the local nodeRED installation is not getting pruned on every rebuild too. That should be completed with @benlazzero 's latest commit to the scripts folder - https://github.com/node-eth/node-eth-packages/commit/22bdff271d6f19cf39c1ff69352f69ea5ec68339
This is currently not working, rebuild must be initiated manually. It is not that resource intensive, although it can be PITA sometimes cus you may lose some nodes if you didnt deploy them before refreshing the nodeRED UI on 1880
The text was updated successfully, but these errors were encountered: