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 v1.3.0 on Mac, using the grunt configuration.
Expected Behavior
The grunt watch task rebuilds:
Patterns when updating .mustache files
CSS when updating .css files
JS when updating .js files
Actual Behavior
The grunt watch task rebuilds everything when running the watch task. This makes developing inside Pattern Lab a painful process once you have a large pattern repository.
Steps to Reproduce
Run grunt serve in a repository with a lot of patterns, update a style, see that you have to wait for the patterns to rebuilt despite having no changes.
The text was updated successfully, but these errors were encountered:
I am using Pattern Lab Node
v1.3.0
onMac
, using thegrunt
configuration.Expected Behavior
The grunt watch task rebuilds:
Actual Behavior
The grunt watch task rebuilds everything when running the watch task. This makes developing inside Pattern Lab a painful process once you have a large pattern repository.
Steps to Reproduce
Run
grunt serve
in a repository with a lot of patterns, update a style, see that you have to wait for the patterns to rebuilt despite having no changes.The text was updated successfully, but these errors were encountered: