commit | e19fa1017578c6e568a37d10a95ddbe32b781041 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 09 15:38:59 2017 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Wed Mar 15 18:22:32 2017 -0700 |
tree | c9301bda8a627eeef8c031036c2a62831b9de535 | |
parent | 3bbf1e9feda02a0921f1770ed3abeb8d6bd25d51 [diff] [blame] |
[CORD-1044] Migrating vTR Dashboard to the new GUI using gui-extensions Change-Id: I33847766b790ffba2b9a9e9cfab9a7060734ce91
diff --git a/xos/gui/conf/browsersync-dist.conf.js b/xos/gui/conf/browsersync-dist.conf.js new file mode 100755 index 0000000..fa45845 --- /dev/null +++ b/xos/gui/conf/browsersync-dist.conf.js
@@ -0,0 +1,12 @@ +const conf = require('./gulp.conf'); + +module.exports = function () { + return { + server: { + baseDir: [ + conf.paths.dist + ] + }, + open: false + }; +};