emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

exclude dev assets in prod #206

Closed sivakumar-kailasam closed 9 years ago

sivakumar-kailasam commented 9 years ago

this is an fix to go along with ember-js/list-view#204 so that klassy and other development addons are excluded when list-view addon is exposed.

taras commented 9 years ago

Thank you :)

stefanpenner commented 9 years ago

Good quick hack, but I suspect that code should be in the brocfile anyways. So before we cut a new-release lets try to move it there.

taras commented 9 years ago

I created an issue to remove moduleForView in favour of moduleForIntegration or something similar #207 I'll do this at some point in the near future.