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 .
Great !
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])