kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

Feature #117 - Add refresh on file change #133

Closed bcox280 closed 5 years ago

bcox280 commented 5 years ago

Related Issue/Keyword: Closes #117 Closes #84

Description: The functionality supplied in this branch adds a package that allows the electron app to reload when a change is detected. This branch changes the 'npm start' script to also compile the typescript and run the electron app. Now, when a change occurs in the TS files, the electron app will reload and display the new changes. There is also another package added that allows for easier batch running of npm scripts.

Tests: Not applicable in this case, as the only part of the application that changed were the npm scripts and a small change to the electron start-up.

When testing this branch, you will need to:

Checklist:

bcox280 commented 5 years ago

It would be nice to have this tested on multiple OS's, since the package used does some file look up stuff which may not be consistent over multiple OS's

swimuel commented 5 years ago

This will close #84 too I believe?

lukethompsxn commented 5 years ago

@swimuel Yup, I agree it would close #84