Merge pull request #6263 from peterzen/watch-po-changes

Watch i18n files
This commit is contained in:
Matias Alejo Garcia 2017-06-23 14:20:24 +02:00 committed by GitHub
commit 20812dd508

View file

@ -93,7 +93,14 @@ module.exports = function(grunt) {
'src/js/controllers/**/*.js' 'src/js/controllers/**/*.js'
], ],
tasks: ['concat:js'] tasks: ['concat:js']
} },
gettext: {
files: [
'i18n/po/*.po',
'i18n/po/*.pot'
],
tasks: ['nggettext_compile','concat']
},
}, },
sass: { sass: {
dist: { dist: {