Skip to content

Commit c7f347c

Browse files
committed
comments for the book+demos Makefile
1 parent 8493cb4 commit c7f347c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# makefile for building + deploying book and demos
2+
13
.PHONY: book_pages
24
book_pages:
35
@echo "====> making book for gh-pages"
@@ -8,7 +10,6 @@ book_pages:
810
.PHONY: demo_todomvc
911
demo_todomvc:
1012
@echo "====> building demo todomvc"
11-
# before running make, run `git worktree add gh-pages/ gh-pages
1213
rm -rf gh-pages/demos/todomvc
1314
wasm-pack build --release --target web --out-dir ../../gh-pages/demos/todomvc/pkg examples/web-todomvc
1415
rm gh-pages/demos/todomvc/pkg/.gitignore
@@ -17,7 +18,6 @@ demo_todomvc:
1718
.PHONY: demo_simple
1819
demo_simple:
1920
@echo "====> building demo simple"
20-
# before running make, run `git worktree add gh-pages/ gh-pages
2121
rm -rf gh-pages/demos/simple
2222
wasm-pack build --release --target web --out-dir ../../gh-pages/demos/simple/pkg examples/web-simple-examples
2323
rm gh-pages/demos/simple/pkg/.gitignore
@@ -26,7 +26,6 @@ demo_simple:
2626
.PHONY: demo_x_bow_playground
2727
demo_x_bow_playground:
2828
@echo "====> building demo x_bow_playground"
29-
# before running make, run `git worktree add gh-pages/ gh-pages
3029
rm -rf gh-pages/demos/x-bow-playground
3130
wasm-pack build --release --target web --out-dir ../../gh-pages/demos/x-bow-playground/pkg examples/x-bow-playground
3231
rm gh-pages/demos/x-bow-playground/pkg/.gitignore
@@ -35,7 +34,6 @@ demo_x_bow_playground:
3534
.PHONY: demo_login_flow
3635
demo_login_flow:
3736
@echo "====> building demo login_flow"
38-
# before running make, run `git worktree add gh-pages/ gh-pages
3937
rm -rf gh-pages/demos/login-flow
4038
wasm-pack build --release --target web --out-dir ../../gh-pages/demos/login-flow/pkg examples/login-flow
4139
rm gh-pages/demos/login-flow/pkg/.gitignore

0 commit comments

Comments
 (0)