Skip to content

Commit 77a3214

Browse files
author
Pieter Wigboldus
committed
Merge with default
2 parents 724d340 + fdafa54 commit 77a3214

File tree

5 files changed

+13633
-6982
lines changed

5 files changed

+13633
-6982
lines changed

gulp/scripts.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ function scripts() {
2626
.on('end', utilities.logBegin('Scripts'))
2727
.pipe(utilities.initSourceMaps())
2828
.pipe(concat(task.filename))
29-
.pipe(
30-
uglify(packageOptions.uglify).on('error', function(error) {
31-
var stream = this;
32-
33-
utilities.onError(stream, error, error.cause.message, error.cause.filename);
34-
})
35-
)
29+
.pipe(uglify())
3630
.pipe(utilities.writeSourceMaps())
3731
.on('end', utilities.logEnd(task))
3832
.pipe(gulp.dest(task.saveto));

js/charts.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
window.Chart = (function(element, config) {
1010
'use strict';
1111

12-
var version = '2.1.0';
12+
var version = '2.2.1';
1313

1414
var highchart;
1515

0 commit comments

Comments
 (0)