summaryrefslogtreecommitdiff
path: root/js/gulpfile.js
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2015-04-22 15:55:59 -0400
committerJoe George <joe@zeroc.com>2015-04-23 14:35:45 -0400
commitb5b19c1640c2d85d24073432477136487ed1bdcc (patch)
tree47beab55d3cff877f388bb61c977a372b930bb95 /js/gulpfile.js
parentICE-6450 Dependencies and system headers (diff)
downloadice-b5b19c1640c2d85d24073432477136487ed1bdcc.tar.bz2
ice-b5b19c1640c2d85d24073432477136487ed1bdcc.tar.xz
ice-b5b19c1640c2d85d24073432477136487ed1bdcc.zip
Various Ice for JavaScript changes
* Rename zeroc-ice to ice * Fix slice2js to generate code with requrie('ice') * Update tests * Slim bower.json
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 5981fe759a1..34b0c9ec7f4 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -370,7 +370,7 @@ gulp.task("bower", [],
gulp.task("dist:libs", ["bower"],
function(){
- return gulp.src(["bower_components/zeroc-icejs/lib/*"])
+ return gulp.src(["bower_components/ice/lib/*"])
.pipe(gulp.dest("lib"));
});