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
Description
If you require a local JS file from a pre.js, the changes in that local JS file will not be reloaded after a change, even though hlx up says it has rebuilt the project files.
To Reproduce
Steps to reproduce the behavior:
hlx demo test
cd test/src
Create a util.js file with content (completely arbitrary):
Description
If you
require
a local JS file from apre.js
, the changes in that local JS file will not be reloaded after a change, even thoughhlx up
says it has rebuilt the project files.To Reproduce
Steps to reproduce the behavior:
hlx demo test
cd test/src
util.js
file with content (completely arbitrary):html.pre.js
:hlx up
LOG: Hello world
util.js
and change the log output:Rebuilding project files...done Xms
(changes have been detected-> See the terminal log output:
LOG: Hello world
. It should beThis is a nicer log prefix: Hello world
.The only way to get the latest modification is to restart
hlx up
!Expected behavior
Changes are reloaded.
Version:
run:
$ hlx --version
v0.13.11-pre.10
The text was updated successfully, but these errors were encountered: