mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-28 07:17:21 +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 0e3881d8d79b81faa514669fa2836e415dcc5c95.
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 };
|