diff --git a/Gruntfile.js b/Gruntfile.js index 7b9ec164d..26b6c1b0a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,7 +27,7 @@ module.exports = function (grunt) { grunt.registerTask('default', ['build']); - grunt.registerTask('docs', ['clean:docs', 'clean:out', 'gitclone:plugins', 'jsdoc:html', 'replace:docs', 'clean:out']); + grunt.registerTask('docs', ['clean:docs', 'clean:out', 'gitclone:plugins', 'jsdoc:html', 'clean:out']); grunt.registerTask('tsdocs', ['ts:defs', 'clean:out', 'gitclone:plugins', 'jsdoc:json', 'buildtsdoc:pixi', 'buildtsdoc:phaser', 'replace:phasertsdefheader']); grunt.registerTask('custom', 'Build a custom version of Phaser', function () {