Skip to content

Commit 98201d9

Browse files
authored
Build task
1 parent 9e2ca4b commit 98201d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rm -rf dist || exit 0;
66
mkdir dist;
77

88
# Build Volumio UI
9-
gulp --theme="volumio" --env="production"
9+
gulp build --theme="volumio" --env="production"
1010

1111
# Fallback to 127.0.0.1 (for Ui on non-networked systems)
1212
echo '{"localhost": "http://127.0.0.1:3000"}' > dist/app/local-config.json

0 commit comments

Comments
 (0)