mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 16:07:53 +03:00 
			
		
		
		
	take sass out of livereload - cumbersome for development of less
This commit is contained in:
		
							parent
							
								
									8950e01f06
								
							
						
					
					
						commit
						f1bb57a60f
					
				
							
								
								
									
										10
									
								
								Gruntfile.js
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Gruntfile.js
									
									
									
									
									
								
							|  | @ -330,12 +330,12 @@ module.exports = function (grunt) { | |||
|       }, | ||||
|       less: { | ||||
|         files: ["less/**/*.less"], | ||||
|         tasks: ["material:less", "material:sass"] | ||||
|       }, | ||||
|       sass: { | ||||
|         files: ["sass/*.scss"], | ||||
|         tasks: ["material:sass"] | ||||
|         tasks: ["material:less"]//, "material:sass"]
 | ||||
|       }, | ||||
|       //sass: {
 | ||||
|       //  files: ["sass/*.scss"],
 | ||||
|       //  tasks: ["material:sass"]
 | ||||
|       //},
 | ||||
|       livereload: { | ||||
|         options: { | ||||
|           livereload: "<%= connect.options.livereload %>" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user