emberjs / list-view

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

Update docs #205

Closed andreyfel closed 6 years ago

andreyfel commented 9 years ago

"npm run build-all" became invalid after the #203 PR was merged.

jasonmit commented 9 years ago

Intentional as we moved this to an ember-cli addon.

There may be work to create a custom build pipeline to support globals for backwards compat.

Cc @stefanpenner To hear his thoughts

stefanpenner commented 9 years ago

I have very little motivation to support globals, but if that is a popular request we can easily support it, but wrapping the output with it's own local loader and re-exporting the things we need for globals.

jasonmit commented 9 years ago

Err, sorry.

I think we spoke about bringing over something comparable to what liquid fire does to handle custom builds. It doesn't involve globals :)

stefanpenner commented 9 years ago

I think we spoke about bringing over something comparable to what liquid fire does to handle custom builds. It doesn't involve globals :)

ah ok