Skip to content

Commit

Permalink
split up index.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy committed Dec 20, 2020
1 parent 0296247 commit 06651db
Show file tree
Hide file tree
Showing 8 changed files with 6,010 additions and 4,518 deletions.
32 changes: 32 additions & 0 deletions tools/cdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,38 @@ 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 06651db

Please sign in to comment.