Boot.js - how to get this to update

How do I get boot.js to update? I’ve made a change to the liveSrv class but it’s not getting compiled into this file?

Read building from source guide on the docs site

1 Like

Do I have to build the whole application as per the docs (i.e. the go code) or can I get away with just rebuilding the JS components?

If you git clone the source you need to build the go code as well as you won’t have a binary otherwise, but you could run grunt build, then copy the public_gen folder to your production server (to the public folder in instant root), then you won’t need to build the binary

1 Like