mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 15:54:17 +01:00
Fix compilazione chartjs
This commit is contained in:
parent
2c217ac013
commit
94cadb1b79
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user