Skip to content

Commit

Permalink
Merge pull request #56 from aaronaverill/main
Browse files Browse the repository at this point in the history
Add platformio integration for bundling web asset files before build
  • Loading branch information
netmindz authored Jul 15, 2024
2 parents c68faf3 + ed9ecc2 commit b14f66f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1,438 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.pio
node_modules
.vscode
.DS_Store
.DS_Store
/src/html_ui.h
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ build_flags =
lib_deps =
${STARBASE.lib_deps}
extra_scripts =
pre:tools/webbundle.py
post:tools/post_build.py


Expand Down
Loading

0 comments on commit b14f66f

Please sign in to comment.