-
Notifications
You must be signed in to change notification settings - Fork 708
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
gulp watch doesn't start server #12
Comments
Why is it finishing? |
Try clearing cache and reinstall from master. Should work fine. And by the way, it's port [gulp] Connect LiveReload on 35729 port
[gulp] Finished 'connect' in 5.44 ms
[gulp] Running 'watch'...
[gulp] Finished 'watch' in 20 ms
[gulp] Server started on 9000 port |
Hello. // Watch gulp.task('watch', function () { // Listen on port 35729 server.listen(35729, function (err) { if (err) { return console.error(err); }; // Watch .html files gulp.watch('app/*.html'); // Watch .scss files gulp.watch('app/styles/**/*.scss', ['styles']); // Watch .js files gulp.watch('app/scripts/**/*.js', ['scripts']); // Watch image files gulp.watch('app/images/**/*', ['images']); }); }); |
That's not the current |
I'm also confused by this, I've ran
Should I try to 'clear cache and install from master'? If so, how do I do this please? |
Tried updating and starting again, but now I get:
|
I ran |
@johnpeele Just check out the generator somewhere and |
"Just" 😉 - https://the-pastry-box-project.net/brad-frost/2014-January-28 How do you check out the generator and |
@s10wen Good article, but I don't think this should require further information since it's very well documented.
|
Thanks @passy for the awesome response, now up and running. |
Hello, when I type gulp watch, my browser doesn't start on the page.
And when i manually type the adddres, here is what i get:
The text was updated successfully, but these errors were encountered: