Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
3955f39852
12
gulpfile.js
12
gulpfile.js
|
@ -344,16 +344,16 @@ function csrf() {
|
|||
|
||||
function pdfjs() {
|
||||
const web = gulp.src([
|
||||
config.nodeDirectory + '/pdf.js/web/**/*',
|
||||
'!' + config.nodeDirectory + '/pdf.js/web/cmaps/*',
|
||||
'!' + config.nodeDirectory + '/pdf.js/web/*.map',
|
||||
'!' + config.nodeDirectory + '/pdf.js/web/*.pdf',
|
||||
config.nodeDirectory + '/pdf.js/lib/dist/pdfjs/web/**/*',
|
||||
'!' + config.nodeDirectory + '/pdf.js/lib/dist/pdfjs/web/cmaps/*',
|
||||
'!' + config.nodeDirectory + '/pdf.js/lib/dist/pdfjs/web/*.map',
|
||||
'!' + config.nodeDirectory + '/pdf.js/lib/dist/pdfjs/web/*.pdf',
|
||||
])
|
||||
.pipe(gulp.dest(config.production + '/pdfjs/web'));
|
||||
|
||||
const build = gulp.src([
|
||||
config.nodeDirectory + '/pdf.js/build/*',
|
||||
'!' + config.nodeDirectory + '/pdf.js/build/*.map',
|
||||
config.nodeDirectory + '/pdf.js/lib/dist/pdfjs/build/*',
|
||||
'!' + config.nodeDirectory + '/pdf.js/lib/dist/pdfjs/build/*.map',
|
||||
])
|
||||
.pipe(gulp.dest(config.production + '/pdfjs/build'));
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"bootstrap-daterangepicker": "^2.1.25",
|
||||
"bootstrap-maxlength": "^1.10.1",
|
||||
"chart.js": "^3.8.0",
|
||||
"ckeditor4": "ckeditor/ckeditor-releases#full/latest",
|
||||
"ckeditor4": "ckeditor/ckeditor4-releases#full/latest",
|
||||
"components-jqueryui": "^1.12.1",
|
||||
"datatables.net-bs": "^1.10.15",
|
||||
"datatables.net-buttons-bs": "^1.3.1",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"moment": "^2.18.1",
|
||||
"numeral": "^2.0.6",
|
||||
"parsleyjs": "^2.7.2",
|
||||
"pdf.js": "mozilla/pdf.js#gh-pages",
|
||||
"pdf.js": "intbot/ng2-pdfjs-viewer",
|
||||
"pwstrength-bootstrap": "^3.0.4",
|
||||
"select2": "^4.0.3",
|
||||
"select2-bootstrap-theme": "^0.1.0-beta.10",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"scripts": {
|
||||
"gulp": "gulp",
|
||||
"release-OSM": "yarn run develop-OSM && php composer.phar install --no-dev && gulp release",
|
||||
"develop-OSM": "yarn install && yarn run install-OSM && yarn run assets-OSM",
|
||||
"develop-OSM": "yarn install --ignore-engines && yarn run install-OSM && yarn run assets-OSM",
|
||||
"install-OSM": "php composer.phar update",
|
||||
"assets-OSM": "yarn upgrade && yarn run build-OSM",
|
||||
"build-OSM": "gulp",
|
||||
|
|
Loading…
Reference in New Issue