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. |
||
|---|---|---|
| .. | ||
| app | ||
| config | ||
| lib | ||
| public/assets/scripts | ||
| tests | ||
| .ember-cli | ||
| ember-cli-build.js | ||
| package.json | ||
| testem.js | ||