mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 21:04:48 +00:00
We were proxying all `/assets/*` requests through to the origin. In local development that was fine, because Rails was able to serve files from the `dist/` directory. But when proxying to a remote origin, we want the local ember-cli to serve its own JS assets