1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 14:35:28 +02:00

ember build process tweaks

This commit is contained in:
Harvey Kandola 2016-04-29 17:14:04 -07:00
parent b933cf4c9d
commit 81f4f214e6
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
"ignore_dirs": ["tmp", "dist"]
"ignore_dirs": ["tmp", "dist", "dist-prod"]
}

View file

@ -13,7 +13,8 @@ module.exports = function(defaults) {
},
minifyJS: {
enabled: !isDevelopment
enabled: !isDevelopment,
exclude: ['tinymce', 'codemirror']
},
minifyCSS: {