1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-19 21:10:49 +01:00

Miglioramento della compatibilità con Yarn

Miglioramento della compatibilità con Yarn, a seguito del ripristino di ViewerJS.
This commit is contained in:
Thomas Zilio 2017-12-20 14:03:24 +01:00
parent cb468e8165
commit ce4c4de180
2 changed files with 4 additions and 4 deletions

View File

@ -208,8 +208,8 @@ gulp.task('chartjs', function () {
gulp.task('viewerjs', function () { gulp.task('viewerjs', function () {
gulp.src([ gulp.src([
config.main.bowerDirectory + '/viewerjs/ViewerJS/**/*', config.main.bowerDirectory + '/ViewerJS_release/ViewerJS/**/*',
'!' + config.main.bowerDirectory + '/viewerjs/ViewerJS/example.local.css', '!' + config.main.bowerDirectory + '/ViewerJS_release/ViewerJS/example.local.css',
]) ])
.pipe(gulp.dest(config.production + '/viewerjs')); .pipe(gulp.dest(config.production + '/viewerjs'));
}); });

View File

@ -30,6 +30,7 @@
}, },
"main": "gulpfile.js", "main": "gulpfile.js",
"dependencies": { "dependencies": {
"ViewerJS_release": "git://github.com/kogmbh/ViewerJS_release.git",
"admin-lte": "~2.3.11", "admin-lte": "~2.3.11",
"autosize": "^3.0.21", "autosize": "^3.0.21",
"bootstrap": "^3.3.7", "bootstrap": "^3.3.7",
@ -59,8 +60,7 @@
"signature_pad": "^2.1.1", "signature_pad": "^2.1.1",
"smartwizard": "^4.2.2", "smartwizard": "^4.2.2",
"sweetalert2": "^6.11.4", "sweetalert2": "^6.11.4",
"tooltipster": "^4.2.5", "tooltipster": "^4.2.5"
"viewerjs": "git://github.com/kogmbh/ViewerJS_release.git"
}, },
"devDependencies": { "devDependencies": {
"archiver": "^2.0.0", "archiver": "^2.0.0",