ember-animation / liquid-fire

Animations & transitions for ambitious Ember applications.
Other
1.15k stars 199 forks source link

Extract build pipeline #169

Open jayphelps opened 9 years ago

jayphelps commented 9 years ago

@jasonmit referenced liquire-fire's awesome custom build/deploy process and after taking a look myself, curious if any other projects the maintainers have use a similar pipeline? Has there been any discussion on extracting it as a tool others can use as well? It's certainly a great reference resource, but it provides so much I feel it would be very valuable not to need to copy-pasta/maintain for each project.

I'm interested in helping or possibly spearheading it, but don't want to duplicate effort if this is already happening somewhere I haven't seen.

ef4 commented 9 years ago

That sounds great, I don't know of anybody doing that yet.

ef4 commented 9 years ago

I think this issue has become more pressing, due to issues like https://github.com/ef4/liquid-fire/issues/170.

It would be great to have a shared tool that can take any ember-cli addon plus any ember version and spit out a correct build. We have the beginnings of it here, but it would need to expand to run multiple different template compilers and produce builds for each one.

runspired commented 9 years ago

@jayphelps @ef4 I started extracting the build pipeline into something more general here: https://github.com/runspired/ember-cli-export-addon

One of the biggest reasons for this in my case is to enable jsbin pug reproductions.