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

Include util.js for hass.io (#1152)

This commit is contained in:
Paulus Schoutsen
2018-05-09 10:47:56 -04:00
committed by GitHub
parent 0fdf980fee
commit 9116f5733d

View File

@@ -52,6 +52,7 @@ gulp.task('hassio-gzip-es5', gzipOutput);
gulp.task('hassio-es5', () => runSequence.use(gulp)(
'hassio-clean',
'run_rollup',
'hassio-panel-es5',
'hassio-index-es5',
'hassio-gzip-es5',