cloudfour / cloudfour/drizzle-builder
Prettier URLs
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we output everything in `views` exactly as organized (except for `layouts`, but let's not derail ourselves):
```
└── views/
├── sandbox/ "Cannot GET /sandbox/"
│ ├── prototype1.html /sandbox/prototype1.html
│ └── prototype2.html /sandbox/prototype2.html
└── index.html /
└── sandbox.html /sandbox.html
```
It'd be really neat if our assembler was smart enough to rename files _not_ named `index.*` to `basename/index.html`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.