Skip to content

Commit

Permalink
Fixing issue where I'd delete the translation for Opera locales
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed Mar 24, 2015
1 parent c8c5d64 commit 1358507
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 @@ -194,7 +194,7 @@ module.exports = function(grunt) {
files: [{
expand: true,
cwd: '<%= meta.releaseDirectory %>/_locales/',
src: ['*', '!/en']
src: ['*', '!en']
}]
},
// Cleanup the dist folder of files which don't need to be pushed to production.
Expand Down

0 comments on commit 1358507

Please sign in to comment.