1
0
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:
Adam Mills
2017-07-13 12:08:26 -04:00
committed by Paulus Schoutsen
parent 8a2f881684
commit 2c69e001ee
11 changed files with 95 additions and 66 deletions

5
demo_data/demo_data.js Executable file
View 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 };