Skip to content

Commit

Permalink
sort before upload to crowdin
Browse files Browse the repository at this point in the history
This will ensure a sort happened on the i18n files before upload to stop
from a sort that causes a '0 diff' on crowdin.
  • Loading branch information
delphiactual committed Mar 17, 2018
1 parent 235fec1 commit a5499a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -242,6 +242,7 @@ module.exports = function(grunt) {
]);

grunt.registerTask('publish_beta', [
'sortJSON:i18n',
'crowdin-request:upload',
'log_beta_version',
'precompress',
Expand Down

0 comments on commit a5499a9

Please sign in to comment.