芝麻web文件管理V1.00
编辑当前文件:/home/felaukpo/public_html/wp-content/plugins/vamtam-importers-e/Gruntfile.js
module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), makepot: { target: { options: { domainPath: '/languages/', mainFile: 'vamtam-importers.php', potFilename: 'vamtam-importers.pot', type: 'wp-plugin', } } }, }); require('matchdep').filterDev('grunt-*').forEach( grunt.loadNpmTasks ); };