diff --git a/Gruntfile.js b/Gruntfile.js index 6b3e14e4a..e2c41405d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,7 +18,7 @@ module.exports = function (grunt) { //Development not compressed development: { options: { - //Wether to compress or not + //Whether to compress or not compress: false }, files: { @@ -36,7 +36,7 @@ module.exports = function (grunt) { //production compresses version production: { options: { - //Wether to compress or not + //Whether to compress or not compress: true }, files: {