americanpanorama / panorama

Panorama visualization toolkit (START HERE)
http://americanpanorama.github.io/panorama/
ISC License
63 stars 16 forks source link

Kitchen sink build (including externals) #9

Open mojodna opened 8 years ago

mojodna commented 8 years ago

This is the true kitchen sink build that includes all of the requisite dependencies.

ericsoco commented 8 years ago

What's your overall strategy @mojodna? One "kitchen sink" build and...something else?

Ideally, we have a build that only brings in the dependencies of the imported components. Not sure how possible that is, but I see you addressing that in other PRs. Might be good for you, I, and @sconnelley to pow-wow on where we're trying to take this (after we're back in the "office").

mojodna commented 8 years ago

No real strategy, more soliciting feedback (successfully!).

If I understand you elsewhere (#12), the component "build" should only consist of a babel step and not do anything to make them consumable in forms other than npm-facilitated require(). If so, this shouldn't be merged (as webpack would be removed).