Skip to content

Commit 2d43b44

Browse files
committed
fix client bundling
1 parent f805693 commit 2d43b44

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

client/Makefile

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docs-local:
2222

2323
build: deps
2424
yarn tsc
25-
# cp -v src/components/main.css out/src/components/
25+
cp -v src/main.css out/src/
2626

2727
build-shebang: build
2828
sed -i '1s;^;#! /usr/bin/env node\n\n;g' $(shell pwd)/out/src/main.js
@@ -32,12 +32,6 @@ bundle: build
3232
node esbuild.js
3333
# copy other files into output to make a complete UI
3434
cp -v src/index.html out/
35-
# cp -v src/config.json out/
36-
# copy everything into the server's default path
37-
# cp -v src/index.html ../api/gui/
38-
# cp -v src/config.json ../api/gui/
39-
# cp -v out/bundle/main.css ../api/gui/bundle/
40-
# cp -v out/bundle/main.js ../api/gui/bundle/
4135

4236
COVER_OPTS := --all \
4337
--exclude ".eslintrc.js" \

0 commit comments

Comments
 (0)