StartBootstrap / startbootstrap-resume

A Bootstrap 4 resume/CV theme created by Start Bootstrap
https://startbootstrap.com/theme/resume/
MIT License
2.04k stars 2.62k forks source link

Browser Sync doesn't work, issue Pug rendering to HTML #249

Closed pieterjanplessers closed 3 years ago

pieterjanplessers commented 3 years ago

Whenever I run the app with npm start, the latest changes to the Pug file(s) are being rendered and build into /dist. That's good, as intended. As soon as I start changing code in the Pug file(s), the Browser Sync seems not to be working. It doesn't auto sync the browser page to the latest changes. Only when I Terminate batch job and re-run the npm start command. Is this how it is intended or am I missing something?

davidtmiller commented 3 years ago

Upath has been added to the npm scripts to work for windows machines, so this should be working now!

pieterjanplessers commented 3 years ago

Hi David, thank you. Will be testing that today!