commit | 7c80bf174b9cacb57760ef7274ec5723cf56fdee | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Nov 16 13:24:53 2017 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Nov 16 13:24:53 2017 -0800 |
tree | cefcd7e81428d263c54236a34401b68324485aaa | |
parent | b7faa07d8c2766449856216c1825bb32e6f12774 [diff] [blame] |
[CORD-2188] Multi-stage build for vtr gui extension Change-Id: Ie63ae19168f44eeaf84f454e1677160bb9d164b1
diff --git a/xos/gui/conf/gulp.conf.js b/xos/gui/conf/gulp.conf.js index b160ced..ee29c80 100755 --- a/xos/gui/conf/gulp.conf.js +++ b/xos/gui/conf/gulp.conf.js
@@ -36,7 +36,7 @@ */ exports.paths = { src: 'src', - dist: 'dist/extensions/vtr', // NOTE that 'sample' have to match the extension name provided in platform install + dist: 'dist', appConfig: 'conf/app', tmp: '.tmp', e2e: 'e2e',