This commit is contained in:
Abdullah Almsaeed
2015-03-22 09:25:28 -04:00
parent d83809c4e9
commit c8328e944c

View File

@@ -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: {