reverting additions in cdata.js

pull/1542/head
Woody 2020-12-21 14:53:03 +01:00
rodzic 06651dbc4c
commit 7aff64f877
2 zmienionych plików z 0 dodań i 1480 usunięć

Wyświetl plik

@ -187,38 +187,6 @@ writeHtmlGzipped("wled00/data/index.htm", "wled00/html_ui.h");
writeChunks(
"wled00/data",
[
{
file: "index.css",
name: "PAGE_indexCss",
prepend: "=====(<style>",
append: "</style>)=====",
method: "plaintext",
filter: "css-minify",
},
{
file: "index.js",
name: "PAGE_indexJs",
prepend: "=====(<script>",
append: "</script>)=====",
method: "plaintext",
filter: "js-minify",
},
{
file: "iro.js",
name: "PAGE_iroJs",
prepend: "=====(<script>",
append: "</script>)=====",
method: "plaintext",
filter: "js-minify",
},
{
file: "rangetouch.js",
name: "PAGE_rangetouchJs",
prepend: "=====(<script>",
append: "</script>)=====",
method: "plaintext",
filter: "js-minify",
},
{
file: "style.css",
name: "PAGE_settingsCss",

File diff suppressed because one or more lines are too long