1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +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

View File

@@ -1,6 +1,6 @@
import gulp from 'gulp';
import rollupEach from 'gulp-rollup-each';
import rollupConfig from '../../rollup.config';
const gulp = require('gulp');
const rollupEach = require('gulp-rollup-each');
const rollupConfig = require('../../rollup.config');
gulp.task('run_rollup', () => {
return gulp.src([