tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
320 stars 121 forks source link

routes ending with "js" #19

Closed k9ordon closed 10 years ago

k9ordon commented 10 years ago

I am having troubles with ember routes ending with a "js" string. like "/topic/emberjs"

looks like its getting parsed as static file by nginx.conf anyway to do this explicit on "_.js" rather than "_js"

tonycoco commented 10 years ago

Yep. Good catch! I'll push a fix.

tonycoco commented 10 years ago

Fixed with 392c2e49b2c8b98b60dc05436ca6d4becead0854

k9ordon commented 10 years ago

thx