mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Include Codemirror vendor in libs
This commit is contained in:
parent
ba42d5e282
commit
567ee10c5f
1 changed files with 4 additions and 3 deletions
|
@ -18,20 +18,20 @@ module.exports = function (defaults) {
|
|||
fingerprint: {
|
||||
enabled: true,
|
||||
extensions: ['js', 'css'],
|
||||
exclude: ['tinymce/**', 'codemirror/**']
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'flowchart/**']
|
||||
},
|
||||
|
||||
minifyJS: {
|
||||
enabled: !isDevelopment,
|
||||
options: {
|
||||
exclude: ['tinymce/**', 'codemirror/**']
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'flowchart/**']
|
||||
}
|
||||
},
|
||||
|
||||
minifyCSS: {
|
||||
enabled: !isDevelopment,
|
||||
options: {
|
||||
exclude: ['tinymce/**', 'codemirror/**']
|
||||
exclude: ['tinymce/**', 'codemirror/**', 'flowchart/**']
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -60,6 +60,7 @@ module.exports = function (defaults) {
|
|||
app.import('vendor/velocity.js');
|
||||
app.import('vendor/velocity.ui.js');
|
||||
app.import('vendor/waypoints.js');
|
||||
app.import('vendor/codemirror.js'); // boot-up files
|
||||
|
||||
app.import('vendor/bootstrap.bundle.min.js');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue