Releases don't provide dist/
See original GitHub issueTo ease integration of your component in various toolchains, could you provide /dist
with each release (as done for Vue.js https://github.com/vuejs/vue/tree/dev/dist)?
To give you another example, my toolchain doesn’t support Vue files (.vue
) so I can’t build your component. Providing built files, it’s also a way to ensure your component is properly built (you can control the distribution).
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
One simple trick for JavaScript package maintainers to avoid ...
Luckily, npm, the JavaScript package manager and registry of choice, has a simple feature that helps avoiding release chaos: Package ...
Read more >How to save dist/build files on Github Release but not in master
In order to deploy the library, I'd like to have /dist/* files in a Github Release but not committed to the master, as...
Read more >Creating releases - The Meson Build system
The meson dist command has a --no-tests option to skip build and tests steps of generated packages. It can be used to not...
Read more >no 'dist' build in releases ? · Issue #1201 · xtermjs/xterm.js
Perhaps the issue is the git release not containing the dist files, as in they used to be checked in to the repo?...
Read more >Distribution Troubleshooting and Editing a Release
Unfortunately, stores do not allow a single song to be removed from a release after it has been distributed. If you would like...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@stephane
v1.3.0
now includes a built and minified version of the component at/dist/vue-select.js
.right but i am not using any tools chains which makes it very hard to follow your example
I was hoping for a simple straight JS example that would be amazing! Really exciting to try ad use this.
On Wed, Jul 6, 2016 at 10:29 AM Stéphane Raimbault notifications@github.com wrote: