build: move generated assets to dist
This commit is contained in:
@@ -30,8 +30,8 @@ go test ./...
|
||||
go run ./cmd/server
|
||||
```
|
||||
|
||||
TypeScript source files live in `static/*.ts` and are bundled to matching `static/*.js` files for runtime.
|
||||
Generated `static/*.js` and `static/tailwind.css` files are ignored by git.
|
||||
TypeScript source files live in `static/*.ts` and are bundled to runtime assets in `dist/`.
|
||||
Generated `dist/` files are ignored by git.
|
||||
|
||||
## Development guidelines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user