summaryrefslogtreecommitdiff
path: root/js/gulpfile.js
diff options
context:
space:
mode:
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"));
});