solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

Conflicting dynamic routes don't surface warning #88

Open Fauntleroy opened 10 years ago

Fauntleroy commented 10 years ago

When you have two dynamic routes which resolve to the same path, there is no warning of the conflict. /items/{id}.hbs and /items/{name}.hbs both map to /items/5, but don't trigger a warning.