mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39: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: {
|
fingerprint: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
extensions: ['js', 'css'],
|
extensions: ['js', 'css'],
|
||||||
exclude: ['tinymce/**', 'codemirror/**']
|
exclude: ['tinymce/**', 'codemirror/**', 'flowchart/**']
|
||||||
},
|
},
|
||||||
|
|
||||||
minifyJS: {
|
minifyJS: {
|
||||||
enabled: !isDevelopment,
|
enabled: !isDevelopment,
|
||||||
options: {
|
options: {
|
||||||
exclude: ['tinymce/**', 'codemirror/**']
|
exclude: ['tinymce/**', 'codemirror/**', 'flowchart/**']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
minifyCSS: {
|
minifyCSS: {
|
||||||
enabled: !isDevelopment,
|
enabled: !isDevelopment,
|
||||||
options: {
|
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.js');
|
||||||
app.import('vendor/velocity.ui.js');
|
app.import('vendor/velocity.ui.js');
|
||||||
app.import('vendor/waypoints.js');
|
app.import('vendor/waypoints.js');
|
||||||
|
app.import('vendor/codemirror.js'); // boot-up files
|
||||||
|
|
||||||
app.import('vendor/bootstrap.bundle.min.js');
|
app.import('vendor/bootstrap.bundle.min.js');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue