diff options
author | Joe George <joe@zeroc.com> | 2015-04-23 14:33:12 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-04-23 14:35:45 -0400 |
commit | 8a1b65e8f91a442be280b5ba53cc76937b5f16b3 (patch) | |
tree | db2462a40b516641ae0dd70facf3e51fc44e2041 /js/gulpfile.js | |
parent | Make js use npm ice-gulp-builder package (diff) | |
download | ice-8a1b65e8f91a442be280b5ba53cc76937b5f16b3.tar.bz2 ice-8a1b65e8f91a442be280b5ba53cc76937b5f16b3.tar.xz ice-8a1b65e8f91a442be280b5ba53cc76937b5f16b3.zip |
ICE-6466 - Replace --icejs metadata js:ice-build
Diffstat (limited to 'js/gulpfile.js')
-rw-r--r-- | js/gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js index 34b0c9ec7f4..23f524d7d35 100644 --- a/js/gulpfile.js +++ b/js/gulpfile.js @@ -317,7 +317,7 @@ libs.forEach( gulp.task(generateTask(lib), function(){ return gulp.src(sources.slice.map(sliceFile)) - .pipe(slice2js({args: ["--ice","--icejs"], dest: srcDir(lib)})) + .pipe(slice2js({args: ["--ice"], dest: srcDir(lib)})) .pipe(gulp.dest(srcDir(lib))); }); |