commit | a120cfd8f8155fecbb54baa86a200e151c6eb6d0 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Feb 06 16:03:36 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Mar 01 16:17:35 2017 -0800 |
tree | da542b935ec573f76fc68718aa219d838ea285ad | |
parent | c1d1ffb3845acfbd0181d7c783e1791f5da5d56b [diff] |
[CORD-772] Example UI Extension update for platform install Change-Id: I673869b28401d9c5321320ed2b69a282578d0e9f
diff --git a/gulp_tasks/misc.js b/gulp_tasks/misc.js index d766d14..d1e70ec 100755 --- a/gulp_tasks/misc.js +++ b/gulp_tasks/misc.js
@@ -12,7 +12,7 @@ gulp.task('other', other); function clean() { - return del([conf.paths.dist, conf.paths.tmp]); + return del([`${conf.paths.dist}/*`, conf.paths.tmp]); } function other() {