commit 0c5b4afb06d744dd98be0011b8dd3efd48323445
parent 459680859e1b72f8cfb46d8393311cfa987644a1
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Mon, 22 Sep 2014 11:18:39 +0400
Simplify server configuration - remove 'baseDir'
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gulpfile.js b/gulpfile.js
@@ -157,9 +157,7 @@ gulp.task('serve', function (cb) {
// Note: this uses an unsigned certificate which on first access
// will present a certificate warning in the browser.
// https: true,
- server: {
- baseDir: ['build']
- }
+ server: DEST
});
gulp.watch(src.assets, ['assets']);