From 94cadb1b79f8247fd61aaac28674b84c00292504 Mon Sep 17 00:00:00 2001 From: loviuz Date: Thu, 7 Jul 2022 15:26:32 +0200 Subject: [PATCH] Fix compilazione chartjs --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d45f3d8c7..2a9a10e2f 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -315,7 +315,7 @@ function hotkeys() { function chartjs() { return gulp.src([ - config.nodeDirectory + '/chart.js/dist/Chart.min.js', + config.nodeDirectory + '/chart.js/dist/chart.min.js', ]) .pipe(flatten()) .pipe(gulp.dest(config.production + '/' + config.paths.js + '/chartjs'));