From 8d1dd53b8bb9f8070b40c09f98f47f072f34aef3 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 10 Dec 2015 14:10:03 -0600 Subject: [PATCH] Gulp serve from root Lets us load scripts from node_modules --- gulpfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 86e6f64637..31037c60ac 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -142,11 +142,9 @@ gulp.task('watch', function(done) { ); }); - gulp.task('serve', function() { var connect = require('gulp-connect'); connect.server({ - root: 'dist', port: flags.port, livereload: false });