Skip to content

Commit

Permalink
UI: Update dashboard-controls version to 0.1.5 (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
eran-nussbaum committed Jul 24, 2018
1 parent f05cb0a commit 7cd176b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkg/dashboard/ui/gulpfile.js
Expand Up @@ -171,7 +171,9 @@ gulp.task('app.js', function () {
.pipe(cache({
path: config.cache_file,
transformStreams: [
babel()
babel({
ignore: ['node_modules/iguazio.dashboard-controls/dist/js/iguazio.dashboard-controls.js']
})
]
}));

Expand Down
2 changes: 1 addition & 1 deletion pkg/dashboard/ui/package.json
Expand Up @@ -32,7 +32,7 @@
"gulp-rev-collector": "^1.0.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.4",
"iguazio.dashboard-controls": "^0.1.3",
"iguazio.dashboard-controls": "^0.1.5",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
Expand Down

0 comments on commit 7cd176b

Please sign in to comment.