Thanks for the replies so far. I will try it out with the SBC.zip later . I'm just wondering why it is working with the original Version this way hmmm.
![](/assets/uploads/system/avatar-default.png?v=1521803371351)
Latest posts made by herhor
-
RE: How to modify the DWC and run in production build
-
How to modify the DWC and run in production build
Hey guys
I'm now for 2 weeks into the whole topic of 3D printing and things starting to work.I installed the Duet Web Control (DWC) on my Pi that is connected to the Duet 2 and everything is working fine so far.
2 days ago I took a closer look into the code of the DWC and modified some minor things to test some things. I run the "npm run build" command to create a new production version. So far so good. But when I move the new created files of the "/dist/DuetWebControl-SD.zip" to my "/www" folder on my SD-card nothing changes - ofc I deleted the "old" files.
Starting it locally with "npm run serve" works, but I don't want to build the whole project everytime.
Any idea why the new version doesn't want to start?
Cheers!