mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
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.