From ce4c4de18083d5f8716a364c5a0170083f1ab4e9 Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Wed, 20 Dec 2017 14:03:24 +0100 Subject: [PATCH] =?UTF-8?q?Miglioramento=20della=20compatibilit=C3=A0=20co?= =?UTF-8?q?n=20Yarn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Miglioramento della compatibilità con Yarn, a seguito del ripristino di ViewerJS. --- gulpfile.js | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index d8444e16b..2c370445f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -208,8 +208,8 @@ gulp.task('chartjs', function () { gulp.task('viewerjs', function () { gulp.src([ - config.main.bowerDirectory + '/viewerjs/ViewerJS/**/*', - '!' + config.main.bowerDirectory + '/viewerjs/ViewerJS/example.local.css', + config.main.bowerDirectory + '/ViewerJS_release/ViewerJS/**/*', + '!' + config.main.bowerDirectory + '/ViewerJS_release/ViewerJS/example.local.css', ]) .pipe(gulp.dest(config.production + '/viewerjs')); }); diff --git a/package.json b/package.json index 23afe366d..1072b50ae 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ }, "main": "gulpfile.js", "dependencies": { + "ViewerJS_release": "git://github.com/kogmbh/ViewerJS_release.git", "admin-lte": "~2.3.11", "autosize": "^3.0.21", "bootstrap": "^3.3.7", @@ -59,8 +60,7 @@ "signature_pad": "^2.1.1", "smartwizard": "^4.2.2", "sweetalert2": "^6.11.4", - "tooltipster": "^4.2.5", - "viewerjs": "git://github.com/kogmbh/ViewerJS_release.git" + "tooltipster": "^4.2.5" }, "devDependencies": { "archiver": "^2.0.0",