Skip to content

Commit

Permalink
Ignore apigen and add grun task for it
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Jun 27, 2016
1 parent 974c7cf commit ad48ef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'] ) );

Expand Down

0 comments on commit ad48ef5

Please sign in to comment.