Skip to content

Commit 3740c2f

Browse files
committed
Don't need to clean the whole languages dir
1 parent b71884a commit 3740c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/grunt/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
},
4545
languages: {
4646
src: [
47-
'languages'
47+
'<%= paths.languages %>*.pot'
4848
]
4949
},
5050
release: {

0 commit comments

Comments
 (0)