NYPL-Simplified / webpub-viewer

8 stars 4 forks source link

Fix Static Loading #161

Closed M0nica closed 4 years ago

M0nica commented 4 years ago

There was an issue where the build files for the static viewer were no longer being built properly when changes were made to the src files.

This PR:

Test:

  1. Build the project locally - npm run build
  2. Run static server - npm run static
  3. Click on "The Call of the Wild" link on index page and the e-reader loads. If you make changes to .ts files in the src directory or to the index.html in the viewer folder it should effect the appearance of this e-reader (post re-build)