Explorar o código

Merge pull request #2364 from richardwestenra/fix/missing-modules

Bugfix: Remove calls to missing modules from gruntfile
Hakim El Hattab %!s(int64=6) %!d(string=hai) anos
pai
achega
9aa514bc70
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      gruntfile.js

+ 0 - 3
gruntfile.js

@@ -162,9 +162,6 @@ module.exports = grunt => {
 
 	});
 
-	grunt.loadNpmTasks('grunt-contrib-clean');
-	grunt.loadNpmTasks('grunt-contrib-nodeunit');
-
 	// Default task
 	grunt.registerTask( 'default', [ 'css', 'js' ] );