fix mixed indentation
This commit is contained in:
		
							parent
							
								
									f772c7eb50
								
							
						
					
					
						commit
						bf8a6271d4
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		
							
								
								
									
										16
									
								
								Gruntfile.js
									
										
									
									
									
								
							
							
						
						
									
										16
									
								
								Gruntfile.js
									
										
									
									
									
								
							|  | @ -92,8 +92,8 @@ module.exports = function(grunt) { | |||
| 				options: { | ||||
| 					port: port, | ||||
| 					base: '.', | ||||
|                     livereload: true, | ||||
|                     open: true | ||||
| 					livereload: true, | ||||
| 					open: true | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
|  | @ -110,9 +110,9 @@ module.exports = function(grunt) { | |||
| 		}, | ||||
| 
 | ||||
| 		watch: { | ||||
|             options: { | ||||
|                 livereload: true | ||||
|             }, | ||||
| 			options: { | ||||
| 				livereload: true | ||||
| 			}, | ||||
| 			js: { | ||||
| 				files: [ 'Gruntfile.js', 'js/reveal.js' ], | ||||
| 				tasks: 'js' | ||||
|  | @ -125,9 +125,9 @@ module.exports = function(grunt) { | |||
| 				files: [ 'css/reveal.scss' ], | ||||
| 				tasks: 'css-core' | ||||
| 			}, | ||||
|             html: { | ||||
|                 files: [ 'index.html'] | ||||
|             } | ||||
| 			html: { | ||||
| 				files: [ 'index.html'] | ||||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| 	}); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue