-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
Terms
- I have read the guidelines for Contributing to Roots Projects
- This request is not a duplicate of an existing issue
- I have read the docs and followed them (if applicable)
- I have seached the Roots Discourse for answers and followed them (if applicable)
- This is not a personal support request that should be posted on the Roots Discourse community
Description
What's wrong?
From a yarn dev
session, updates made to assets (at least stylesheets) aren't applied to the proxy session correctly unless you're on the home page
Steps To Reproduce
yarn dev
- Visit http://localhost:3000/sample-page/
- 404 on the hot update json file
Expected Behavior
- Hot update json file shouldn't 404 outside of the front page
- Updates to assets should be applied in the Bud proxy session
Actual Behavior
Failed to load resource: the server responded with a status of 404 (Not Found)
:3000/sample-page/app.34c442a9dc0b3adc14e3.hot-update.json:1
Relevant Log Output
No response
Versions
10.0.0-beta.2
nathanbrnrd