blob: fa4584553e142ae23802893f8fb94da23feb9a6f [file] [log] [blame]
Matteo Scandoloc46a82d2017-03-24 18:37:18 -07001const conf = require('./gulp.conf');
2
3module.exports = function () {
4 return {
5 server: {
6 baseDir: [
7 conf.paths.dist
8 ]
9 },
10 open: false
11 };
12};