Remove calls to missing modules from gruntfile
When running the app, Grunt throws the following warnings: >> Local Npm module "grunt-contrib-clean" not found. Is it installed? >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed? These modules don't appear to do anything except throw a warning so they can probably just be removed.
This commit is contained in:
		
							parent
							
								
									3643112b35
								
							
						
					
					
						commit
						33bed47dac
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -162,9 +162,6 @@ module.exports = grunt => {
 | 
			
		|||
 | 
			
		||||
	});
 | 
			
		||||
 | 
			
		||||
	grunt.loadNpmTasks('grunt-contrib-clean');
 | 
			
		||||
	grunt.loadNpmTasks('grunt-contrib-nodeunit');
 | 
			
		||||
 | 
			
		||||
	// Default task
 | 
			
		||||
	grunt.registerTask( 'default', [ 'css', 'js' ] );
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue