Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-sample-gui-extension
/
c1d1ffb3845acfbd0181d7c783e1791f5da5d56b
/
.
/
conf
/
browsersync-dist.conf.js
blob: fa4584553e142ae23802893f8fb94da23feb9a6f [
file
] [
log
] [
blame
]
Matteo Scandolo
fc4b37b
2017-02-02 12:18:47 -0800
[
diff
] [
blame
]
1
const
conf
=
require
(
'./gulp.conf'
);
2
3
module
.
exports
=
function
()
{
4
return
{
5
server
:
{
6
baseDir
:
[
7
conf
.
paths
.
dist
8
]
9
},
10
open
:
false
11
};
12
};