mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Remove unused files and automate translation fragments (#7764)
This commit is contained in:
parent
ba505b15ef
commit
875142373e
@ -1,6 +0,0 @@
|
|||||||
jshint:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
eslint:
|
|
||||||
enabled: true
|
|
||||||
config_file: .eslintrc-hound.json
|
|
@ -33,21 +33,10 @@ String.prototype.rsplit = function (sep, maxsplit) {
|
|||||||
: split;
|
: split;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Panel translations which should be split from the core translations. These
|
// Panel translations which should be split from the core translations.
|
||||||
// should mirror the fragment definitions in polymer.json, so that we load
|
const TRANSLATION_FRAGMENTS = Object.keys(
|
||||||
// additional resources at equivalent points.
|
require("../../src/translations/en.json").ui.panel
|
||||||
const TRANSLATION_FRAGMENTS = [
|
);
|
||||||
"config",
|
|
||||||
"history",
|
|
||||||
"logbook",
|
|
||||||
"mailbox",
|
|
||||||
"profile",
|
|
||||||
"shopping-list",
|
|
||||||
"page-authorize",
|
|
||||||
"page-demo",
|
|
||||||
"page-onboarding",
|
|
||||||
"developer-tools",
|
|
||||||
];
|
|
||||||
|
|
||||||
function recursiveFlatten(prefix, data) {
|
function recursiveFlatten(prefix, data) {
|
||||||
let output = {};
|
let output = {};
|
||||||
|
40
polymer.json
40
polymer.json
@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"entrypoint": "index.html",
|
|
||||||
"shell": "src/entrypoints/app.js",
|
|
||||||
"fragments": [
|
|
||||||
"src/panels/config/ha-panel-config.js",
|
|
||||||
"src/panels/dev-event/ha-panel-dev-event.js",
|
|
||||||
"src/panels/dev-info/ha-panel-dev-info.js",
|
|
||||||
"src/panels/dev-mqtt/ha-panel-dev-mqtt.js",
|
|
||||||
"src/panels/dev-service/ha-panel-dev-service.js",
|
|
||||||
"src/panels/dev-state/ha-panel-dev-state.js",
|
|
||||||
"src/panels/dev-template/ha-panel-dev-template.js",
|
|
||||||
"src/panels/history/ha-panel-history.js",
|
|
||||||
"src/panels/iframe/ha-panel-iframe.js",
|
|
||||||
"src/panels/logbook/ha-panel-logbook.js",
|
|
||||||
"src/panels/map/ha-panel-map.js",
|
|
||||||
"src/panels/mailbox/ha-panel-mailbox.js",
|
|
||||||
"hassio/src/entrypoint.js"
|
|
||||||
],
|
|
||||||
"sources": ["src/**/*", "!src/translations/*"],
|
|
||||||
"lint": {
|
|
||||||
"rules": ["polymer-3"],
|
|
||||||
"ignoreWarnings": ["could-not-resolve-reference", "could-not-load"],
|
|
||||||
"filesToIgnore": [
|
|
||||||
"**/*.html",
|
|
||||||
"**/src/panels/config/js/**/*.js",
|
|
||||||
"**/ha-iconset-svg.js",
|
|
||||||
"**/ha-script-editor.js",
|
|
||||||
"**/ha-automation-editor.js",
|
|
||||||
"**/ha-big-calendar.js"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"builds": [
|
|
||||||
{
|
|
||||||
"preset": "es5-bundled"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"preset": "es6-bundled"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user