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
then if you edit test.css, we want the page to update. This means:
We need to detect test.css as a file and watch it (which should already be happening in normalizePieceHtml, but doesn’t appear to be working as intended for some reason), and
We need to rewrite the href attribute to include the content hash, so that when the linked file changes, the browser will pick up the new file as intended.
The text was updated successfully, but these errors were encountered:
If you have
then if you edit
test.css
, we want the page to update. This means:test.css
as a file and watch it (which should already be happening innormalizePieceHtml
, but doesn’t appear to be working as intended for some reason), andhref
attribute to include the content hash, so that when the linked file changes, the browser will pick up the new file as intended.The text was updated successfully, but these errors were encountered: