jkarsrud / ember-cli-defeatureify

Ember-CLI addon to defeatureify your apps
MIT License
18 stars 6 forks source link

Inject into `{{content-for 'app'}}` to avoid CSP issues. #3

Closed rwjblue closed 9 years ago

rwjblue commented 9 years ago

The app type is ran inside the my-app-name.js file already, so does not require <script> tags.

See https://github.com/ember-cli/ember-cli/blob/master/lib/broccoli/app-suffix.js#L7.