generated from MrSphay/codex-agent-repository-kit
Initial commit
This commit is contained in:
36
profiles/static-site.md
Normal file
36
profiles/static-site.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Static Site Profile
|
||||
|
||||
Use when the repository produces static HTML/CSS/JS output.
|
||||
|
||||
## Checks
|
||||
|
||||
Look for:
|
||||
|
||||
- broken asset paths,
|
||||
- missing responsive viewport,
|
||||
- inaccessible contrast,
|
||||
- large unoptimized images,
|
||||
- external scripts without a clear reason,
|
||||
- generated output directory.
|
||||
|
||||
## Commands
|
||||
|
||||
Common examples:
|
||||
|
||||
```text
|
||||
INSTALL_COMMAND = npm install
|
||||
DEV_COMMAND = npm run dev
|
||||
LINT_COMMAND = npm run lint
|
||||
BUILD_COMMAND = npm run build
|
||||
```
|
||||
|
||||
## Artifacts
|
||||
|
||||
Common output directories:
|
||||
|
||||
```text
|
||||
dist/
|
||||
build/
|
||||
public/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user