show structure at example edit

This commit is contained in:
2020-09-03 10:51:32 +02:00
parent 19d3e38dcb
commit 197cc6199c
3 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ all: build
build: copy $(CSS_FILE) bundle.js local.js
transcrypt: $(RES_PY_FILE) $(TS_BUILD)
python3 -m transcrypt $(TS_FLAGS) $<
transcrypt $(TS_FLAGS) $<
bundle.js: transcrypt $(CONV_FILE)
cd ..; browserify $(BR_FLAGS) build/$(TS_BUILD)/main.js -o build/bundle.js