Current Path : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/restrict-content-pro/grunt/ |
Current File : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/restrict-content-pro/grunt/potomo.js |
// https://github.com/axisthemes/grunt-potomo module.exports = { dist: { options: { poDel: false // Set to true if you want to erase the .po }, files: [{ expand: true, cwd: '<%= pkg.directories.languages %>', src: ['*.po'], dest: '<%= pkg.directories.languages %>', ext: '.mo', nonull: true }] } };