spatie / vue-tabs-component

An easy way to display tabs with Vue

Home Page:http://vue-tabs-component.spatie.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include /dist directory

pjar opened this issue · comments

We use the old stack (Rails 3) and the only way for us to use these great components is by having .js file to be able to include it in a script tag.

I can run npm run build manually, however, sometimes it is not as straightforward as it should be, npm is npm. I've just spent 1 hour trying to figure out why builds are failing and it turned out that one of the libs became broken: beautify-web/js-beautify#1247

It could be a time saver for me if I could have dist folder already in the repo.

Thanks for your great work! A postcard is coming! :)

Gonna consider look into doing this for our packages soon, I'll keep you posted!

This would require a pretty big change in our workflow, we'd preferably need something CI-ish for this. Unless there are lots of people asking for this, we're gonna hold off on this for now.

I don't know if this would help in your case, but you can fetch the dist code from unpkg if you need a direct link.

https://unpkg.com/vue-tabs-component@1.4.0/dist/index.js