diff --git a/gulpfile.babel.js b/gulpfile.babel.js index d9e3d2a..5add24d 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -21,7 +21,8 @@ gulp.task('server', ['build'], () => { browserSync.init({ server: { baseDir: 'public' - } + }, + open: false }) $.watch('src/sass/**/*.scss', () => gulp.start('sass')) $.watch('src/js/**/*.js', () => gulp.start('js-watch')) diff --git a/static/admin/index.html b/static/admin/index.html index cfed0f5..2f7f327 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -7,12 +7,12 @@