spring-attic / tut-react-and-spring-data-rest

React.js and Spring Data REST :: A tutorial based on the 5-part blog series by Greg Turnquist
https://spring.io/guides/tutorials/react-and-spring-data-rest
882 stars 1.58k forks source link

Fixes #112 : Modifications in JavaScript files weren't reflected #114

Closed lauriharpf closed 4 years ago

lauriharpf commented 4 years ago

…despite running "npm run-script watch". In detail, fixes this:

  1. git clone https://github.com/spring-guides/tut-react-and-spring-data-rest.git
  2. Run any project with spring-boot:run via IntelliJ Idea
  3. Open http://localhost:8080/. App works.
  4. Run npm run-script watch in the project directory. Watching starts OK.
  5. Change app.js and save it. Watch triggers.
  6. Open http://localhost:8080/ and hard-refresh the page. Changes from the previous step don't appear.
pivotal-issuemaster commented 4 years ago

@lauriharpf Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 4 years ago

@lauriharpf Thank you for signing the Contributor License Agreement!

gregturn commented 4 years ago

Resolved via a9d0d67.

Thanks @lauriharpf!