Skip to content

Commit

Permalink
Merge pull request #550 from humphd/fix-unlocalize
Browse files Browse the repository at this point in the history
Properly clean src/nls/* when doing grunt unlocalize
  • Loading branch information
humphd committed Apr 12, 2016
2 parents b5e1df4 + 584e25c commit 99c90f7
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 @@ -517,7 +517,7 @@ module.exports = function (grunt) {
exec: {
localize: 'node scripts/properties2js',
'localize-dist': 'node scripts/properties2js dist',
'clean-nls': 'git checkout -- src/nls'
'clean-nls': 'rm -fr src/nls && git checkout -- src/nls'
}
});

Expand Down

0 comments on commit 99c90f7

Please sign in to comment.