Skip to content
Snippets Groups Projects
Unverified Commit 9aa514bc authored by Hakim El Hattab's avatar Hakim El Hattab Committed by GitHub
Browse files

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

Bugfix: Remove calls to missing modules from gruntfile
parents e9ba289e 3ff07053
No related branches found
No related tags found
No related merge requests found
......@@ -162,9 +162,6 @@ module.exports = grunt => {
});
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-nodeunit');
// Default task
grunt.registerTask( 'default', [ 'css', 'js' ] );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment