Sindbad~EG File Manager
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'
}
};
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists