Skip to content

Commit

Permalink
reverting additions in cdata.js
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy committed Dec 21, 2020
1 parent 06651db commit 7aff64f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,480 deletions.
32 changes: 0 additions & 32 deletions tools/cdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 7aff64f

Please sign in to comment.