mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Automation editor JS is a temp build artifact
This commit is contained in:
parent
3f68619e3a
commit
cf2a71d3eb
@ -14,7 +14,7 @@
|
||||
|
||||
<link rel="import" href="../config/ha-config-section.html">
|
||||
|
||||
<script src='../../build/editor.js'></script>
|
||||
<script src='../../build-temp/editor.js'></script>
|
||||
|
||||
<dom-module id="ha-automation-editor">
|
||||
<template>
|
||||
|
@ -3,6 +3,6 @@ import config from './base-config';
|
||||
export default Object.assign({}, config, {
|
||||
entry: 'panels/automation/editor.js',
|
||||
targets: [
|
||||
{ dest: 'build/editor.js', format: 'iife' },
|
||||
{ dest: 'build-temp/editor.js', format: 'iife' },
|
||||
],
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user