Skip to content

Commit

Permalink
refactor(compress): using tar.gz instead of zip
Browse files Browse the repository at this point in the history
  • Loading branch information
benschw committed Dec 11, 2014
1 parent 52e8ff6 commit db92666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dist
.sass-cache
bower_components

admin-ui.zip
admin-ui.tar.gz
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ module.exports = function (grunt) {
compress: {
main: {
options: {
archive: 'admin-ui.zip'
mode: 'tgz',
archive: 'admin-ui.tar.gz'
},
files: [
{expand: true, cwd:'dist/', src: ['**'], dest: 'admin-ui'}
Expand Down

0 comments on commit db92666

Please sign in to comment.