choojs / choo-umd

🙈 - umd build for choo framework
3 stars 1 forks source link

Working umd build #2

Open YerkoPalma opened 7 years ago

YerkoPalma commented 7 years ago

Hi @choojs/trainspotters

I've created this repo to have a umd build of choo without adding anything to the main choo repo. Now there is a standalone version of choo here :point_right: https://unpkg.com/choo-umd@1.0.0/choo.js, there is also a version of bel for those of us who use it to render views https://unpkg.com/choo-umd@1.0.0/html.js

Here is also a working example :point_right: https://jsfiddle.net/9c81u2ho/

Now, the npm package get updated on every commit here on master by travis. So it should be easy to maintain, just merge greenkeeper PR

yoshuawuyts commented 7 years ago

sick!

On Thu, Sep 7, 2017 at 7:42 PM Yerko Palma notifications@github.com wrote:

Hi @choojs/trainspotters https://github.com/orgs/choojs/teams/trainspotters

I've created this repo to have a umd build of choo without adding anything to the main choo repo. Now there is a standalone version of choo here 👉 https://unpkg.com/choo-umd@1.0.0/choo.js, there is also a version of bel for those of us who use it to render views https://unpkg.com/choo-umd@1.0.0/html.js

Here is also a working example 👉 https://jsfiddle.net/9c81u2ho/

Now, the npm package get updated on every commit here on master by travis. So it should be easy to maintain, just merge greenkeeper PR

— You are receiving this because you are on a team that was mentioned. Reply to this email directly, view it on GitHub https://github.com/choojs/choo-umd/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWleiDTKKVImc4cqDCel1KzCpcGiidYks5sgCq5gaJpZM4PQKNg .

bcomnes commented 7 years ago

I had to set up some UMD builds recently, and its not actually too bad to do it in the same repo, also this isn't bad either. Sorry to recommend pushing this over to here, but maybe its worth moving this into the main repo as well as a prepublishOnly hook?