mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 04:39:01 +00:00
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 0e3881d8d7.
This commit is contained in:
committed by
Paulus Schoutsen
parent
8a2f881684
commit
2c69e001ee
5
demo_data/demo_data.js
Executable file
5
demo_data/demo_data.js
Executable file
@@ -0,0 +1,5 @@
|
||||
import bootstrap from './bootstrap_data';
|
||||
import logbook from './logbook_data';
|
||||
import stateHistory from './state_history_data';
|
||||
|
||||
window.hassDemoData = { bootstrap, logbook, stateHistory };
|
||||
Reference in New Issue
Block a user