Skip to content

Commit

Permalink
Merge pull request #1501 from jmolivas/add-compress-option
Browse files Browse the repository at this point in the history
[console] Add compression: GZ to box.json file
  • Loading branch information
jmolivas committed Dec 16, 2015
2 parents c880335 + 8c3191e commit 6068d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"templates"
],
"files": [
"LICENSE",
"config.yml",
"bin/drupal.php",
"vendor/autoload.php"
Expand All @@ -21,6 +22,7 @@
"compactors": [
"Herrera\\Box\\Compactor\\Php"
],
"compression": "GZ",
"main": "bin/drupal",
"output": "drupal.phar",
"stub": true
Expand Down

0 comments on commit 6068d51

Please sign in to comment.