chore: fix watchers in dev mode (#913)
This commit is contained in:
		
							parent
							
								
									c5394524df
								
							
						
					
					
						commit
						95336e0657
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -14,7 +14,7 @@ const DEBOUNCE = 500 | |||
| 
 | ||||
| const builders = [ | ||||
|   { | ||||
|     watch: 'scss', | ||||
|     watch: 'src/scss', | ||||
|     comment: '<!-- inline CSS -->', | ||||
|     rebuild: buildSass | ||||
|   }, | ||||
|  | @ -24,7 +24,7 @@ const builders = [ | |||
|     rebuild: buildInlineScript | ||||
|   }, | ||||
|   { | ||||
|     watch: 'bin/svgs.js', | ||||
|     watch: 'src/bin/svgs.js', | ||||
|     comment: '<!-- inline SVG -->', | ||||
|     rebuild: buildSvg | ||||
|   } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue