frontend/demo_data/demo_data.js
Adam Mills 2c69e001ee MVP Gulp introduction (#334)
* 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.
2017-07-13 09:08:26 -07:00

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 };