mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
[WIP] PDF viewer section & per section attachments
This commit is contained in:
parent
c0ed3c3d04
commit
166aeba09b
428 changed files with 45874 additions and 802 deletions
|
@ -17,20 +17,20 @@ module.exports = function (defaults) {
|
|||
fingerprintAssetMap: true,
|
||||
prepend: '/',
|
||||
extensions: ['js', 'css'],
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'prism/**']
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'prism/**', 'pdfjs/**']
|
||||
},
|
||||
|
||||
minifyJS: {
|
||||
enabled: !isDevelopment,
|
||||
options: {
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'prism/**']
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'prism/**', 'pdfjs/**']
|
||||
}
|
||||
},
|
||||
|
||||
minifyCSS: {
|
||||
enabled: !isDevelopment,
|
||||
options: {
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'prism/**']
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'prism/**', 'pdfjs/**']
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue