7c0a2e88 by Adam Heath

Fix uglify:generated task when no html exists in the site.

1 parent e466a60a
......@@ -343,6 +343,8 @@ module.exports = function (grunt) {
if (mpConfig.uglify) {
initConfig.uglify = {
options: mpConfig.uglify,
generated: {
},
};
}
......