mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
5d2b836ae5
In Ember CLI addons get put into the vendor bundle, as opposed to their own bundle like we're doing in the Rails app. We never use pretty-text without our vendor bundle so this should have no difference on performance. We need to keep the pretty-text bundle for server side cooking.