refactor: flatten static asset layout
This commit is contained in:
@@ -30,8 +30,8 @@ go test ./...
|
||||
go run ./cmd/server
|
||||
```
|
||||
|
||||
TypeScript source files live in `static/js/*.ts` and are bundled to matching `static/js/*.js` files for runtime.
|
||||
Generated `static/js/*.js` and `static/css/tailwind.css` files are ignored by git.
|
||||
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.
|
||||
|
||||
## Development guidelines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user