-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
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
No file watcher & browser refresh in patternlab:serve
gulp task.
#957
Comments
I can confirm that I had the same issue. |
I had the same issue as well! I managed to fix this by updating the serve function in the gulpfile.js to:
Adding the @bmuenzenmeyer maybe that should be set in the default gulpfile or it should be set to |
Adding |
I'm seeing the same issue while using edition-twig (php engine) and starterkit-twig-demo. I'm using Pattern Lab Node v3.0.1. Any workarounds available without gulp? |
I am using Pattern Lab Node
v3.0.0-beta-1
onMac
, with Nodev8.12.0
, using aGulp
Edition (tested with Gulp v3.9.1 and v4.0.0).Expected Behavior
When running
gulp patternlab:serve
, I want the local server to start and the file watcher to pick up changes with the cycle ending in a browser refresh.Actual Behavior
The local server is started, but any change to my patterns is not picked up and there is no browser refresh. A manual refresh doesn't make a difference.
Steps to Reproduce
Create a new project and install PL 3.0.0-beta-1 with
edition-node-gulp
(on gulp 3.9.1). Just use the generatedgulpfile.js
with taskpatternlab:serve
.The text was updated successfully, but these errors were encountered: