| 
					
				 | 
			
			
				@@ -17,7 +17,7 @@ module.exports = function(grunt) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		// Tests will be added soon 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		qunit: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			files: [ 'test/**/*.html' ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			files: [ 'test/*.html' ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		uglify: { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -130,4 +130,7 @@ module.exports = function(grunt) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	// Serve presentation locally 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	grunt.registerTask( 'serve', [ 'connect', 'watch' ] ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	// Run tests 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	grunt.registerTask( 'test', [ 'jshint', 'qunit' ] ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }; 
			 |