From 9ffc70e1d01f2c442a9c27e1e551b30f2e8c5919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renato=20de=20Le=C3=A3o?= Date: Thu, 6 Oct 2016 01:54:26 +0100 Subject: [PATCH] function reorder --- gulpfile.babel.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index a9660a7..0c358f6 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -148,21 +148,6 @@ export function views() { } -export function browserSyncServer(done){ - var config = { - server: { - baseDir: paths.appRoot.dest, - } - } - //run TUNNEL=true gulp to start public tunnel url to share. - if (process.env.TUNNEL === 'true') { - config.tunnel = ""; - } - - browserSync.init(config); - done() -} - export function paniniRefresh(done){ panini.refresh() done()