reverting additions in cdata.js
This commit is contained in:
parent
06651dbc4c
commit
7aff64f877
@ -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
Loading…
Reference in New Issue
Block a user