-
Couldn't load subscription status.
- Fork 430
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I create a PUG that loads a JSON file. The problem is that relaxedjs does not update when I make changes to this file.
Here's the PUG that loads a JSON file:
-
const fs = require('fs');
const data = JSON.parse(fs.readFileSync("./my.json"));
section
p #{data.foo}
when I make changes to my.json, the console reports No process defined for file /my.json. and does NOT rebuild the document.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested