From e02b0733a475a77f30506fbe036cda32e1ea8c8f Mon Sep 17 00:00:00 2001 From: Sambego Date: Wed, 29 Sep 2021 09:57:23 +0200 Subject: [PATCH] Remove duplicate require --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f0a7316b..ad52c785 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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");