Skip to content

Commit

Permalink
Fix zip Grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Jun 10, 2015
1 parent 15ff060 commit e404642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = function (grunt) {
archive: 'strider-v' + pkg.version + '.zip'
},
files: [
{src: ['dist/**'], dest: '/'},
{expand: true, cwd: 'dist/', src: ['**/*']},
]
}
}
Expand Down

0 comments on commit e404642

Please sign in to comment.