From 2d21c9579968f283e76427bb4a636d74165cce94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vachon?= Date: Fri, 6 Mar 2015 11:05:07 -0500 Subject: [PATCH] Beautify angular.min.js for dev environment --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6c2c9d5..e0ca10d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -178,7 +178,8 @@ module.exports = function (grunt) { ] }], options: { - mangle: false + mangle: false, + beautify: true } } }