We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Pattern Lab Node v2.7.0-alpha on Linux, with Node v4.6.2, using the Grunt Edition.
v2.7.0-alpha
Linux
v4.6.2
Grunt
When cleanPublic = true is set as configuration option, PL should simply rebuild all patterns.
cleanPublic = true
It might be that the serialized graph
cleanPublic = false
The text was updated successfully, but these errors were encountered:
Fixes #580 Renaming pattern causes patternlab to break and #581 Setti…
ecb3c46
…ng cleanPublic = true after incremental build does not recompile all patterns.
a1d11c9
tburny
No branches or pull requests
I am using Pattern Lab Node
v2.7.0-alpha
onLinux
, with Nodev4.6.2
, using theGrunt
Edition.Expected Behavior
When
cleanPublic = true
is set as configuration option, PL should simply rebuild all patterns.Actual Behavior
It might be that the serialized graph
Steps to Reproduce
cleanPublic = false
cleanPublic = true
The text was updated successfully, but these errors were encountered: