Watch PO files
This commit is contained in:
parent
c9bacc659b
commit
5b063dfefe
1 changed files with 8 additions and 1 deletions
|
|
@ -93,7 +93,14 @@ module.exports = function(grunt) {
|
|||
'src/js/controllers/**/*.js'
|
||||
],
|
||||
tasks: ['concat:js']
|
||||
}
|
||||
},
|
||||
gettext: {
|
||||
files: [
|
||||
'i18n/po/*.po',
|
||||
'i18n/po/*.pot'
|
||||
],
|
||||
tasks: ['nggettext_compile','concat']
|
||||
},
|
||||
},
|
||||
sass: {
|
||||
dist: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue