Skip to content

Commit

Permalink
修改grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Mar 19, 2014
1 parent 65ca957 commit b636b70
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 @@ -51,7 +51,7 @@ module.exports = function ( grunt ) {
encode = typeof encode === "string" ? encode.toLowerCase() : 'utf8';

disDir = disDir + encode + '-' + server + '/';
zipName = zipName + pkg.name + pkg.version.replace(/\./g, '_') +encode + '-' + server + '.zip';
zipName = zipName + pkg.name + pkg.version.replace(/\./g, '_') + '-' + encode + '-' + server + '.zip';

} )();

Expand Down

0 comments on commit b636b70

Please sign in to comment.