Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prettier URLs #12

Open
tylersticka opened this issue Mar 7, 2016 · 2 comments
Open

Prettier URLs #12

tylersticka opened this issue Mar 7, 2016 · 2 comments
Assignees
Milestone

Comments

@tylersticka
Copy link
Member

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.

@lyzadanger
Copy link
Contributor

Hmmm, this is interesting. Based on feedback in #14 , I moved away from creating index.html files in patterns directories (instead naming the files after the collection). That's going to cause this same issue in patterns. I'll have to give this a think...

@tylersticka
Copy link
Member Author

I'd mark this as "low priority" if I could, FWIW.

@erikjung erikjung self-assigned this Apr 18, 2016
@erikjung erikjung modified the milestone: Future May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants