gulpfile - turn off lr notification in the browser when loaded

fixes #46
master
Sindre Sorhus 2014-06-09 16:24:30 +02:00
parent 74df1e7557
commit 1239f91b4f
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ gulp.task('serve', ['styles'], function () {
browserSync.init(null, {
server: {
baseDir: ['app']
}
},
notify: false
});
});