mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 03:27:01 +03:00
UI Migration to Webpack+Bootstrap etc latest version
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
set -e
|
||||
|
||||
. $IDF_PATH/export.sh
|
||||
|
||||
echo "npm version is $(npm --version)"
|
||||
echo "node version is $(node --version)"
|
||||
echo "To build the web application, run:"
|
||||
echo "pushd components/wifi-manager/webapp/ && npm rebuild node-sass && npm run-script build && popd"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user