diff options
author | Jose <jose@zeroc.com> | 2016-12-23 13:27:46 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-12-23 13:27:46 +0100 |
commit | 40a885acdeab102a9350c4917eedebbf56c0a7bf (patch) | |
tree | 2b59150fdd753331083f04394234692d3908fdde /js/gulpfile.js | |
parent | Add loopback exceptin for UWP controller app (diff) | |
download | ice-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.js | 2 |
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")); }); |