Your IP : 3.16.215.60


Current Path : /var/www/html/wp-content/plugins/vamtam-sermons/
Upload File :
Current File : /var/www/html/wp-content/plugins/vamtam-sermons/Gruntfile.js

module.exports = function(grunt) {
	// Project configuration.
	grunt.initConfig({
		pkg: grunt.file.readJSON('package.json'),
		makepot: {
			target: {
				options: {
					domainPath: '/languages/',
					mainFile: 'vamtam-sermons.php',
					potFilename: 'vamtam-sermons.pot',
					type: 'wp-plugin',
				}
			}
		},
	});

	require('matchdep').filterDev('grunt-*').forEach( grunt.loadNpmTasks );
};