mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 14:27:18 +00:00
Automatically build UI before compiling
This commit is contained in:
parent
43f5e4360d
commit
e778b02c0c
3
pio-scripts/build_ui.py
Normal file
3
pio-scripts/build_ui.py
Normal file
@ -0,0 +1,3 @@
|
||||
Import('env')
|
||||
|
||||
env.Execute("npm run build")
|
@ -155,6 +155,7 @@ extra_scripts =
|
||||
post:pio-scripts/output_bins.py
|
||||
post:pio-scripts/strip-floats.py
|
||||
pre:pio-scripts/user_config_copy.py
|
||||
pre:pio-scripts/build_ui.py
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# COMMON SETTINGS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user