We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f805693 commit 2d43b44Copy full SHA for 2d43b44
client/Makefile
@@ -22,7 +22,7 @@ docs-local:
22
23
build: deps
24
yarn tsc
25
-# cp -v src/components/main.css out/src/components/
+ cp -v src/main.css out/src/
26
27
build-shebang: build
28
sed -i '1s;^;#! /usr/bin/env node\n\n;g' $(shell pwd)/out/src/main.js
@@ -32,12 +32,6 @@ bundle: build
32
node esbuild.js
33
# copy other files into output to make a complete UI
34
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/
41
42
COVER_OPTS := --all \
43
--exclude ".eslintrc.js" \
0 commit comments