Beautify angular.min.js for dev environment

This commit is contained in:
Frédéric Vachon 2015-03-06 11:05:07 -05:00
parent 96aa4f5e30
commit 2d21c95799
1 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,8 @@ module.exports = function (grunt) {
]
}],
options: {
mangle: false
mangle: false,
beautify: true
}
}
}