Feature#1405 collocation structure

This commit is contained in:
2020-07-17 10:50:12 +02:00
parent b010414bfe
commit aca8093ab3
3 changed files with 17 additions and 6 deletions

View File

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