You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I close terminal and run "NPM start" more than once my edits are not saved and everything reverts back to the original template. Can someone point me in the right direction as to why this is happening?
I'm mainly editing the .html file in the dist directory but everything is reverted each time I run "NPM start"
This hasn't happened to me on other projects before. I'm wondering how this is happening so I can avoid it in the future.
Thank you!
The text was updated successfully, but these errors were encountered:
@scottpayne93122 You should edit the startbootstrap-resume/src/pug/index.pug file and not the file in the dist directory. Becuase when you run 'npm start' it will build the project from src and replace everything that is in the dist folder.
Hello,
If I close terminal and run "NPM start" more than once my edits are not saved and everything reverts back to the original template. Can someone point me in the right direction as to why this is happening?
I'm mainly editing the .html file in the dist directory but everything is reverted each time I run "NPM start"
This hasn't happened to me on other projects before. I'm wondering how this is happening so I can avoid it in the future.
Thank you!
The text was updated successfully, but these errors were encountered: