From ad48ef57445689a9ff629f24b1b60321a2afde8f Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Wed, 2 Mar 2016 20:22:55 -0500 Subject: [PATCH] Ignore apigen and add grun task for it --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index f7350bfb2..d4101f5c7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -317,6 +317,9 @@ module.exports = function(grunt) { // apigen grunt.registerTask( 'apigen', asciify.concat( ['exec:apigen'] ) ); + // apigen + grunt.registerTask('apigen', ['exec:apigen']); + // Checktextdomain and makepot task(s) grunt.registerTask( 'build:i18n', asciify.concat( ['checktextdomain', 'makepot', 'newer:potomo'] ) );