- example/todomvc/pocketbook/todomvc.cljs — app source - example/todomvc/todomvc.html — page - example/todomvc/js/ — compiled output (gitignored) Server static file serving is now filesystem-based via --static-dir flag instead of classpath resources. No static dir by default (API only); bb server passes --static-dir example/todomvc. Removed resources/public/ — library has no bundled static assets.
12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
.cpcache/
|
|
.nrepl-port
|
|
target/
|
|
out/
|
|
resources/public/js/
|
|
example/todomvc/js/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
.cljs_nashorn_repl/
|
|
node_modules/
|