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
I am using Pattern Lab Node v2.9.3 on Mac, with Node v7.6.0, using the Gulp Edition.
Expected Behavior
With incremental builds enabled, when modifications are made to _meta/_00-head.mustache or _meta/_01-foot.mustache, I would expect a complete rebuild of the project.
Actual Behavior
The watcher does pick up on it, but it does not appear to rebuild anything.
[11:10:55] Starting 'watch'...
[11:15:30] Starting 'build'...
Incremental builds enabled.
[11:16:13] Finished 'build' after 43 s
Steps to Reproduce
In patternlab-config.json, "cleanPublic" : false
In the project directory, run gulp patternlab:serve
After it is done building, make a change in _meta/_00-head.mustache
The text was updated successfully, but these errors were encountered:
I am using Pattern Lab Node
v2.9.3
onMac
, with Nodev7.6.0
, using theGulp
Edition.Expected Behavior
With incremental builds enabled, when modifications are made to
_meta/_00-head.mustache
or_meta/_01-foot.mustache
, I would expect a complete rebuild of the project.Actual Behavior
The watcher does pick up on it, but it does not appear to rebuild anything.
Steps to Reproduce
In patternlab-config.json,
"cleanPublic" : false
In the project directory, run
gulp patternlab:serve
After it is done building, make a change in
_meta/_00-head.mustache
The text was updated successfully, but these errors were encountered: