Skip to content

Commit

Permalink
function reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodeleao committed Oct 6, 2016
1 parent e3d2eda commit 9ffc70e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9ffc70e

Please sign in to comment.