Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
e1bc8a0f0582a8bd2d3ef5ba2604070f22268028
/
.
/
conf
/
browsersync-dist.conf.js
blob: fa4584553e142ae23802893f8fb94da23feb9a6f [
file
] [
log
] [
blame
]
Matteo Scandolo
d819c92
2016-12-02 14:06:14 -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
};