mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 12:54:56 +00:00
2c4faf48f9
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