Fix loading of makepot task for pot translation file generation

This commit is contained in:
Tautvidas Sipavičius
2016-03-10 19:24:35 +02:00
parent 5fe03f0dee
commit 0118b2472a

View File

@ -60,6 +60,9 @@ module.exports = function (grunt) {
}
});
grunt.loadNpmTasks('grunt-shell');
grunt.loadNpmTasks( 'grunt-wp-i18n' );
// set base
grunt.file.setBase(base_path);