mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 01:18:21 +01:00
fix make file
This commit is contained in:
parent
af767e57fe
commit
d05b3474c0
2
Makefile
2
Makefile
@ -64,7 +64,7 @@ build_javascripts:
|
||||
-rm -rf dist
|
||||
tsc -p tsconfig.json
|
||||
@echo "$(BLUE)Bundling javascript files$(NC)"
|
||||
- mkdir $(BUILDDIR)/scripts
|
||||
- mkdir -p $(BUILDDIR)/scripts
|
||||
- rm $(BUILDDIR)/scripts/antos.js
|
||||
#echo "(function() {" > $(BUILDDIR)/scripts/antos.js
|
||||
for f in $(javascripts); do \
|
||||
|
Loading…
Reference in New Issue
Block a user