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

Bugfix: Remove calls to missing modules from gruntfile
This commit is contained in:
Hakim El Hattab 2019-04-08 10:14:02 +02:00 committed by GitHub
commit 9aa514bc70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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