fix mixed indentation
This commit is contained in:
		
							
								
								
									
										16
									
								
								Gruntfile.js
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								Gruntfile.js
									
									
									
									
									
								
							| @@ -92,8 +92,8 @@ module.exports = function(grunt) { | |||||||
| 				options: { | 				options: { | ||||||
| 					port: port, | 					port: port, | ||||||
| 					base: '.', | 					base: '.', | ||||||
|                     livereload: true, | 					livereload: true, | ||||||
|                     open: true | 					open: true | ||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| @@ -110,9 +110,9 @@ module.exports = function(grunt) { | |||||||
| 		}, | 		}, | ||||||
|  |  | ||||||
| 		watch: { | 		watch: { | ||||||
|             options: { | 			options: { | ||||||
|                 livereload: true | 				livereload: true | ||||||
|             }, | 			}, | ||||||
| 			js: { | 			js: { | ||||||
| 				files: [ 'Gruntfile.js', 'js/reveal.js' ], | 				files: [ 'Gruntfile.js', 'js/reveal.js' ], | ||||||
| 				tasks: 'js' | 				tasks: 'js' | ||||||
| @@ -125,9 +125,9 @@ module.exports = function(grunt) { | |||||||
| 				files: [ 'css/reveal.scss' ], | 				files: [ 'css/reveal.scss' ], | ||||||
| 				tasks: 'css-core' | 				tasks: 'css-core' | ||||||
| 			}, | 			}, | ||||||
|             html: { | 			html: { | ||||||
|                 files: [ 'index.html'] | 				files: [ 'index.html'] | ||||||
|             } | 			} | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 	}); | 	}); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user