Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions client/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ fi
# Settings page for Cordova/Electron
if [[ "$BUILD_TARGET" == "cordova" ]] || [[ "$BUILD_TARGET" == "electron" ]]; then
bundle src/server-settings.js > $DEST/settings.js
bundle src/websocket.js > $DEST/websocket.js
pug -O '{"bundle":"websocket.js"}' < index.pug > $DEST/websocket.html
pug -O '{"bundle":"settings.js"}' < index.pug > $DEST/settings.html
fi
210 changes: 188 additions & 22 deletions client/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading