mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	take sass out of livereload - cumbersome for development of less
This commit is contained in:
		
							parent
							
								
									795eef1c53
								
							
						
					
					
						commit
						38a8d1dc75
					
				
							
								
								
									
										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