1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Migrate to Polymer 2 (#370)

* Update bower.json to point at Polymer 2

* No longer use babel to run node scripts

* Refer to CSS from static dir

* Fix some panel bugs
This commit is contained in:
Paulus Schoutsen
2017-08-03 23:40:16 -07:00
committed by GitHub
parent 17519cce30
commit 572f92fd1e
14 changed files with 50 additions and 100 deletions

3
gulpfile.js Normal file
View File

@@ -0,0 +1,3 @@
var requireDir = require('require-dir');
requireDir('./gulp/tasks/');