summaryrefslogtreecommitdiff
path: root/js/gulpfile.js
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2015-04-23 14:33:12 -0400
committerJoe George <joe@zeroc.com>2015-04-23 14:35:45 -0400
commit8a1b65e8f91a442be280b5ba53cc76937b5f16b3 (patch)
treedb2462a40b516641ae0dd70facf3e51fc44e2041 /js/gulpfile.js
parentMake js use npm ice-gulp-builder package (diff)
downloadice-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.js2
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)));
});