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

static files and resource routes #667

Closed
der-On opened this issue Jan 27, 2015 · 2 comments
Closed

static files and resource routes #667

der-On opened this issue Jan 27, 2015 · 2 comments
Assignees

Comments

@der-On
Copy link
Contributor

der-On commented Jan 27, 2015

When I define a resource route for 'images' this will overwrite the static file routing for the public/images path.

Instead it should work like this:

if the requested route is a static file, serve it, else handle using the registered route.

@der-On der-On unassigned mde Feb 8, 2015
@der-On der-On self-assigned this Apr 15, 2015
@Stopy
Copy link

Stopy commented Aug 19, 2015

Conversely. Firstly, it should look for the registered route, if it doesn't find, he goes to static file.

@der-On
Copy link
Contributor Author

der-On commented Aug 19, 2015

@Stopy you are propably right. Closing now.

@der-On der-On closed this as completed Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants