Skip to content

Commit 3c56071

Browse files
authored
Grunt dev task also decomments (#407)
Decomment is necessary for the p5js website inline documentation to parse the jsdoc comments, but not the webpack comments
1 parent 9760dd0 commit 3c56071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = function(grunt) {
6565

6666
grunt.registerTask('lint', ['eslint:source']);
6767
grunt.registerTask('default', ['webpack:prod', 'decomment']);
68-
grunt.registerTask('dev', ['connect','webpack:dev']);
68+
grunt.registerTask('dev', ['connect','webpack:dev', 'decomment']);
6969
grunt.registerTask('serve', 'connect:server:keepalive');
7070
grunt.registerTask('run-tests', ['serve', 'open']);
7171
};

0 commit comments

Comments
 (0)