Staffjoy / suite

Staffjoy V1, aka "Suite" - a scheduling application for hundreds of workers
https://www.staffjoy.com
Other
842 stars 231 forks source link

Change javascript without having to restart Vagrant #47

Open DahliaWitt opened 6 years ago

DahliaWitt commented 6 years ago

I am attempting to make changes to some of the Backbone JS files, but modifying them will not result in the server code being changed, I believe it has something to do with the webcache. To have the updates take place, I have to do "make dev" again. Changing the HTML or Python works fine.

How do I fix this?