Commit 381a55ed authored by XhmikosR's avatar XhmikosR

Update dependencies.

parent 8a9d698d
...@@ -126,7 +126,11 @@ module.exports = function (grunt) { ...@@ -126,7 +126,11 @@ module.exports = function (grunt) {
uglify: { uglify: {
options: { options: {
preserveComments: 'some' compress: {
warnings: false
},
mangle: true,
preserveComments: 'some',
}, },
core: { core: {
src: '<%= concat.bootstrap.dest %>', src: '<%= concat.bootstrap.dest %>',
......
...@@ -45,9 +45,9 @@ ...@@ -45,9 +45,9 @@
"grunt-contrib-cssmin": "~0.12.2", "grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-jade": "~0.14.1", "grunt-contrib-jade": "~0.14.1",
"grunt-contrib-jshint": "~0.11.1", "grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-less": "~1.0.0", "grunt-contrib-less": "~1.0.1",
"grunt-contrib-qunit": "~0.7.0", "grunt-contrib-qunit": "~0.7.0",
"grunt-contrib-uglify": "~0.9.0", "grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0", "grunt-csscomb": "~3.0.0",
"grunt-exec": "~0.4.6", "grunt-exec": "~0.4.6",
...@@ -82,6 +82,10 @@ ...@@ -82,6 +82,10 @@
"exports": "$" "exports": "$"
} }
}, },
"files": ["css", "fonts", "js"] "files": [
"css",
"fonts",
"js"
]
} }
} }
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment