Open darkurse opened 7 years ago
+1
I'm having the same issue. I watch for changes and as soon as a file is changed, I get the following when electron tries to reload:
TypeError: ids.forEach is not a function
edit Though I have to add, even if I update a css file manually, I still get the same error. My client is being created in the browser process. I'm using Electron version 1.4.15
@darkurse Did you manage to solve this. I get an ECONNRESET on gulp from NPM when reloading.
Hi, I'm having an issue reloading successfully my electron app after a scss change. As you can imagine, I need to transform my scss resource into a css file, which implies a gulp task prior reloading the electron app.
In partitioning the issue I noticed that any gulp task prior electron.reload was resulting in a crash. ie: following 'watch' task triggers 'noop' then 'reload:renderer' tasks
Am I missing something ?