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 checked out the lates codebase from Github but had to realize that indeed the live reload feature is activated in the gulpfile.js (livereload: true), but that it isn't working.
For my setup I could fix this, by appending all gulp tasks by the following code: .pipe(plugins.connect.reload());
I checked out the lates codebase from Github but had to realize that indeed the live reload feature is activated in the gulpfile.js (
livereload: true
), but that it isn't working.For my setup I could fix this, by appending all gulp tasks by the following code:
.pipe(plugins.connect.reload());
Example for app-pages.js-file:
Before:
After:
If this is a general problem and not only for me, than I can send in a pull request, if wanted.
The text was updated successfully, but these errors were encountered: