mirror of https://github.com/ColorlibHQ/AdminLTE
Typo fix
parent
d83809c4e9
commit
c8328e944c
|
@ -18,7 +18,7 @@ module.exports = function (grunt) {
|
||||||
//Development not compressed
|
//Development not compressed
|
||||||
development: {
|
development: {
|
||||||
options: {
|
options: {
|
||||||
//Wether to compress or not
|
//Whether to compress or not
|
||||||
compress: false
|
compress: false
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
|
@ -36,7 +36,7 @@ module.exports = function (grunt) {
|
||||||
//production compresses version
|
//production compresses version
|
||||||
production: {
|
production: {
|
||||||
options: {
|
options: {
|
||||||
//Wether to compress or not
|
//Whether to compress or not
|
||||||
compress: true
|
compress: true
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
|
|
Loading…
Reference in New Issue