Skip to content

Commit

Permalink
Remove 'replace:docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed May 4, 2019
1 parent 8baf206 commit 6517091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -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 () {
Expand Down

0 comments on commit 6517091

Please sign in to comment.