Hot Reloading in bookbrainz-site

i am using docker for development on bookbrainz-site , whenever i make change in css files or any other file i have to recompile all the site using ./develop.sh again and again everytime.

I think of it as lack of hot-reloading.
please correct me if i am wrong ! and suggest a way to solve this .

i got the solution, it was there in the readme

1 Like

Great ! :+1:
Indeed there is hot reloading, using the npm run debug command (or npm run debug-watch-server to restart the server side when it changes [hot reloading is specific to the client side])

Iā€™m glad you found it!

3 Likes