Automation editor JS is a temp build artifact

This commit is contained in:
Paulus Schoutsen 2017-05-11 23:55:09 -07:00
parent 3f68619e3a
commit cf2a71d3eb
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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' },
],
});