tweak #217
parent
0665b24205
commit
49bb52e54b
|
@ -146,10 +146,11 @@ gulp.task('serve', function () {
|
|||
});
|
||||
|
||||
// Build and serve the output from the dist build
|
||||
gulp.task('serve:dist', ['default'], function() {
|
||||
browserSync.init(null, {
|
||||
gulp.task('serve:dist', ['default'], function () {
|
||||
browserSync({
|
||||
notify: false,
|
||||
server: {
|
||||
baseDir: "./dist/"
|
||||
baseDir: 'dist'
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue