Closed andeersg closed 6 years ago
Summary of changes:
This small changes makes it possible to add the the option --noopen to:
--noopen
gulp patternlab:serve --noopen
to prevent browsersync from opening to browser when Patternlab starts. The default is true, so nothing is different if you don't use the flag.
true
This can be accomplished by passing options to Pattern Lab Node Core
Give the preview a shot! https://github.com/pattern-lab/edition-node-gulp/releases
Summary of changes:
This small changes makes it possible to add the the option
--noopen
to:to prevent browsersync from opening to browser when Patternlab starts. The default is
true
, so nothing is different if you don't use the flag.