We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdc60e commit db54019Copy full SHA for db54019
docs/.gitignore
@@ -1,5 +1,4 @@
1
public
2
-make
3
binaries/
4
node_modules/
5
bun.lockb
docs/Makefile
@@ -1,29 +1,11 @@
-.PHONY: local compile html upload default
+.PHONY: html upload default
-default: local
+default: html
SRC_FILES := $(shell find src -type f)
6
7
-compile:
8
- nim c -d:danger make
9
-ifeq ($(shell uname),Darwin)
10
- strip -ur make && du --si -A make
11
-else
12
- strip make && du -sh make
13
-endif
14
-
15
html: $(SRC_FILES)
16
- rm -rf public
17
- cp -R src public
18
- ./make
19
20
-htmldev: $(SRC_FILES)
21
22
23
- ./make --dev
24
25
-local: html
26
- bun run dev
+ hunim
27
28
download:
29
rsync -rtvzP "[email protected]:/var/www/auto-editor/public/img" src
0 commit comments