aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9fb641f34..ccb49ed52 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -63,7 +63,8 @@ module.exports = function(grunt) {
uglify: {
options: {
- banner: '<%= banner %>'
+ banner: '<%= banner %>',
+ report: 'min'
},
bootstrap: {
src: ['<%= concat.bootstrap.dest %>'],
@@ -217,4 +218,4 @@ module.exports = function(grunt) {
var files = getFiles('js') + getFiles('less') + getFiles('fonts')
fs.writeFileSync('assets/js/raw-files.js', files)
});
-}; \ No newline at end of file
+};