I am using Pattern Lab Node v2.8.0 on Windows, with Node v4.6.2, using the Gulp Edition.
Expected Behavior
- Updating
_data/data.json causes any patterns using data within to hae changes reflected
Actual Behavior
- No changes are observed when data changes, despite PL performing a build. It appears as if the dependencyGraph is still reporting patterns as clean under this scenario.
Steps to Reproduce
- Have a pattern that takes a basic piece of data from the global object defined in
_data/data.json
- Build with following data in
_data/data.json:
See Foobar added within paragraph.
Workaround
Save the file with an arbitrary change, causing it to be dirty and pick up the new data.
I am using Pattern Lab Node
v2.8.0onWindows, with Nodev4.6.2, using theGulpEdition.Expected Behavior
_data/data.jsoncauses any patterns using data within to hae changes reflectedActual Behavior
Steps to Reproduce
_data/data.json_data/data.json:See
Foobaradded within paragraph.Workaround
Save the file with an arbitrary change, causing it to be dirty and pick up the new data.