mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-05 21:18:32 +08:00
Fix path
This commit is contained in:
parent
da85affe5c
commit
b7f9e5c947
@ -2,7 +2,7 @@ PWD := $(shell pwd)
|
|||||||
NPX ?= npx
|
NPX ?= npx
|
||||||
|
|
||||||
all: bundle.js main.css
|
all: bundle.js main.css
|
||||||
make -C ../../http-server ARGS="-d $(PWD)"
|
make -C ../../../tutorials/http/http-server ARGS="-d $(PWD)"
|
||||||
|
|
||||||
# Bundle JS libraries (preact, preact-router, ...) into a single file
|
# Bundle JS libraries (preact, preact-router, ...) into a single file
|
||||||
bundle.js:
|
bundle.js:
|
||||||
|
Loading…
Reference in New Issue
Block a user