mirror of
https://github.com/documize/community.git
synced 2025-08-10 07:55:25 +02:00
ember build process tweaks
This commit is contained in:
parent
b933cf4c9d
commit
81f4f214e6
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"ignore_dirs": ["tmp", "dist"]
|
"ignore_dirs": ["tmp", "dist", "dist-prod"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,8 @@ module.exports = function(defaults) {
|
||||||
},
|
},
|
||||||
|
|
||||||
minifyJS: {
|
minifyJS: {
|
||||||
enabled: !isDevelopment
|
enabled: !isDevelopment,
|
||||||
|
exclude: ['tinymce', 'codemirror']
|
||||||
},
|
},
|
||||||
|
|
||||||
minifyCSS: {
|
minifyCSS: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue