summaryrefslogtreecommitdiff
path: root/js/gulpfile.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-23 13:27:46 +0100
committerJose <jose@zeroc.com>2016-12-23 13:27:46 +0100
commit40a885acdeab102a9350c4917eedebbf56c0a7bf (patch)
tree2b59150fdd753331083f04394234692d3908fdde /js/gulpfile.js
parentAdd loopback exceptin for UWP controller app (diff)
downloadice-40a885acdeab102a9350c4917eedebbf56c0a7bf.tar.bz2
ice-40a885acdeab102a9350c4917eedebbf56c0a7bf.tar.xz
ice-40a885acdeab102a9350c4917eedebbf56c0a7bf.zip
Copy es5 bower libs with bin dist testing
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 7a7094c6b53..5f507590e19 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -435,7 +435,7 @@ gulp.task("bower", [],
gulp.task("dist:libs", ["bower"],
function(){
- return gulp.src(["bower_components/ice/lib/*"])
+ return gulp.src(["bower_components/ice/lib/*", "bower_components/ice/lib/**/*"])
.pipe(gulp.dest("lib"));
});