Skip to content

Commit 9510142

Browse files
committed
Update gulp file and rebuild
1 parent 7abf9cf commit 9510142

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Chart.Zoom.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,5 @@ var ZoomPlugin = Chart.PluginBase.extend({
271271
});
272272

273273
Chart.pluginService.register(new ZoomPlugin());
274-
},{"Chart":1,"Hammer":1}]},{},[2]);
274+
275+
},{"chart.js":1,"hammerjs":1}]},{},[2]);

Chart.Zoom.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ gulp.task('jshint', jshintTask);
3434

3535
function buildTask() {
3636
var nonBundled = browserify('./src/chart.zoom.js')
37-
.ignore('Chart')
38-
.ignore('Hammer')
37+
.ignore('chart.js')
38+
.ignore('hammerjs')
3939
.bundle()
4040
.pipe(source('Chart.Zoom.js'))
4141
.pipe(insert.prepend(header))

0 commit comments

Comments
 (0)