Skip to content
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

tunnel: true #29

Open
AntonLitvin opened this issue Oct 20, 2017 · 1 comment
Open

tunnel: true #29

AntonLitvin opened this issue Oct 20, 2017 · 1 comment

Comments

@AntonLitvin
Copy link

Хотел использовать туннель и столкнулся с проблемой.
Если раскоментировать tunnel: true, то при запуске дефолтного таска выбрасывает ошибку.
лечится удалением запусков 'sass' и 'js' в таске перед запуском browsersync, дальше вроде работает нормально. Проверишь, может это только у меня так?

gulp.task('watch', ['sass', 'js', 'browser-sync'], function() {
gulp.watch('app/sass//*.scss', ['sass']);
gulp.watch(['libs/
/.js', 'app/js/common.js'], ['js']);
gulp.watch('app/
.html', browserSync.reload);
});

@agragregra
Copy link
Owner

Протестировано.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants