Skip to content

Commit dcc527c

Browse files
authored
Remove duplicate require
1 parent 7bfe720 commit dcc527c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = (grunt) => {
55
grunt.loadNpmTasks("grunt-contrib-copy");
66
grunt.loadNpmTasks("grunt-contrib-stylus");
77
grunt.loadNpmTasks("grunt-contrib-pug");
8-
grunt.loadNpmTasks("grunt-contrib-pug");
98
grunt.loadNpmTasks("grunt-webpack");
109
grunt.loadNpmTasks("grunt-contrib-watch");
1110
grunt.loadNpmTasks("grunt-contrib-clean");
@@ -278,4 +277,4 @@ module.exports = (grunt) => {
278277
grunt.registerTask("test", ["unit-tests", "functional-tests"]);
279278

280279
grunt.registerTask("default", ["build-dev", "connect:website", "watch"]);
281-
};
280+
};

0 commit comments

Comments
 (0)