Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ nvm use 18 && npm run deploy

Production Brief discovery (`/.well-known/brief.json` on `cmutt.app`) is **generated at deploy time** — never a committed production JSON file. `deploy.js` runs `scripts/generate-brief-config.js` before `vue-cli-service build`, then publishes `dist/` to `gh-pages`. CI `npm run build` also regenerates via `prebuild`, but **live Pages only updates when you run `npm run deploy`**.

Publish uses `gh-pages -d dist --dotfiles` so `.well-known` is not skipped, and `public/.nojekyll` lands in `dist/` so GitHub Pages/Jekyll does not strip dot-directories.

**Production cmutt (preferred SSOT):** copy brochure config from the live API so humans only edit server env (e.g. mvtt-server `.env.cmu-tt`). In the deploy `.env` / `.env.local`:

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"copy-win": "copy /Y dist\\index.html dist\\404.html",
"copy-nix": "cp dist/index.html dist/404.html",
"echo-message": "echo 'Copied index.html to 404.html'",
"publish": "gh-pages -d dist"
"publish": "gh-pages -d dist --dotfiles"
},
"dependencies": {
"@lottiefiles/vue-lottie-player": "^1.1.0",
Expand Down
Empty file added public/.nojekyll
Empty file.
Loading