Current File : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/restrict-content-pro/grunt/bonus/exec.js |
https://github.com/jharding/grunt-exec
module.exports = {
// Update WebTranslateIt translation - grunt exec:update_po_wti
update_po_wti: {
cmd: 'wti pull',
cwd: '<%= pkg.theme.domainpath %>',
},
npmUpdate: {
command: 'npm update'
},
txpull: { // Pull Transifex translation - grunt exec:txpull
cmd: 'tx pull -a --minimum-perc=100' // Change the percentage with --minimum-perc=yourvalue
},
txpush_s: { // Push pot to Transifex - grunt exec:txpush_s
cmd: 'tx push -s'
}
};