Skip to content

Commit

Permalink
Remove duplicate require
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambego authored Sep 29, 2021
1 parent 7bfe720 commit dcc527c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = (grunt) => {
grunt.loadNpmTasks("grunt-contrib-copy");
grunt.loadNpmTasks("grunt-contrib-stylus");
grunt.loadNpmTasks("grunt-contrib-pug");
grunt.loadNpmTasks("grunt-contrib-pug");
grunt.loadNpmTasks("grunt-webpack");
grunt.loadNpmTasks("grunt-contrib-watch");
grunt.loadNpmTasks("grunt-contrib-clean");
Expand Down Expand Up @@ -278,4 +277,4 @@ module.exports = (grunt) => {
grunt.registerTask("test", ["unit-tests", "functional-tests"]);

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

0 comments on commit dcc527c

Please sign in to comment.