mirror of
				https://github.com/home-assistant/frontend.git
				synced 2025-11-03 16:09:54 +00:00 
			
		
		
		
	* Install gulp as dev dependency
* Placeholder gulpfile
* Replace rollup invocations with gulp
* Consolidate duplicated code
* Big cleanup of gulpfile
* Without cache test
* Revert "Without cache test"
This reverts commit 0e3881d8d7.
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			190 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			190 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
import bootstrap from './bootstrap_data';
 | 
						|
import logbook from './logbook_data';
 | 
						|
import stateHistory from './state_history_data';
 | 
						|
 | 
						|
window.hassDemoData = { bootstrap, logbook, stateHistory };
 |