1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Clean rollup (#634)

This commit is contained in:
Andrey
2017-11-17 07:19:29 +02:00
committed by Paulus Schoutsen
parent ef5155984f
commit 7db89d5bc2
3 changed files with 3 additions and 5 deletions

View File

@@ -6,9 +6,6 @@ const rollupConfigEs6 = require('../../rollup.config-es6');
gulp.task('run_rollup_es5', () => gulp.src([
'js/core.js',
'js/compatibility.js',
'js/util.js',
'js/automation-editor/automation-editor.js',
'js/script-editor/script-editor.js',
'demo_data/demo_data.js',
])
.pipe(rollupEach(rollupConfig, rollupConfig))