I am doing some research on node red and i am new to node red. Can anyone please guide me which event first fire for validation and where on click of deploy button. I am getting error attached to screen shot. Can you please guide me where the following validations are checked?
@knolleary i have gone throught this depoly.js and the same function above but when i put debugger here it wont get hit....also for testing i have putted some dummy text in "P" tag but it wont worked..Can you please tell how can i test this....?
I assume because you didn't say so that you are not running a proper build after modifying the code?
You need to run grunt build after modifying the source code so it can be built into the red.js file the editor loads.
Another option is to use the grunt dev task - this runs node-red itself and watches for any changes to the source code, automatically restarting Node-RED or rebuilding the editor code as needed.