Skip to content

Commit 5858c95

Browse files
Add doc about APP_EXT
1 parent c8f537d commit 5858c95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ MODELS = $(wildcard $(MANKAPPAMODELSREP)*.ka)
1717

1818
RESOURCES_HTML=$(wildcard gui/shared/*.js) $(wildcard gui/viz/*.js) $(wildcard gui/viz/*.css) gui/favicon.ico gui/package.json
1919

20+
# `APP_EXT` defines where to fetch the js libs.
21+
# `local` is to download them from the dev website e.g. github and saving them locally.
22+
# `cdn` uses `cdnjs.cloudfare.com` to fetch the libs
23+
# `debian` and `deploy` are also available
2024
APP_EXT?=cdn
2125
INDEX_HTML=gui/use-$(APP_EXT).html
2226
ifeq ($(APP_EXT),local)

0 commit comments

Comments
 (0)