commit | 469cea459d09441441846626217282d09f154cb9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Nov 16 10:27:44 2017 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Nov 16 13:00:55 2017 -0800 |
tree | fdc5ed6c596688ac081ef95aca5b43c3d7b99ba4 | |
parent | 00cf6d47c83abff09e58bf60d75dafa2590d139b [diff] [blame] |
[CORD-2188] Updated build to accomodate multi-stage build Change-Id: Iff6b926acd125b6a960d6c6b5996cbe4c55e3f90
diff --git a/conf/gulp.conf.js b/conf/gulp.conf.js index 1721c87..ee29c80 100755 --- a/conf/gulp.conf.js +++ b/conf/gulp.conf.js
@@ -36,7 +36,7 @@ */ exports.paths = { src: 'src', - dist: 'dist/extensions/sample', // NOTE that 'sample' have to match the extension name provided in platform install + dist: 'dist', appConfig: 'conf/app', tmp: '.tmp', e2e: 'e2e',