Include a dist version
See original GitHub issueHello,
I’m a server-side old-fashioned web developer and I’m a newbie to Javascript compiling, bundling and stuff like that. I noticed that Javascript proejcts usually provide a dist directory with the compiled version of the library they develop, could this project do it too? It would help people like me who don’t have Webpack / don’t know how to configure it / tried and failed.
EDIT: I noticed there is a production version, but it’s not provided when I run yarn install tippy.js (yarn is actually the Javascript dependency manager I’m using at the moment), could them be inlcuded in the repository?
Thank you for your attention and for the library too 😃 sharing is caring!
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Adding dist-tags to packages - npm Docs
Distribution tags (dist-tags) are human-readable labels that you can use to organize and label different versions of packages you publish. dist-tags ...
Read more >How can I publish an npm package with distribution files?
I would like to publish a npm package that contains my source as well as distribution files. My GitHub repository contains ...
Read more >What are NPM dist tags and how to use them
After you add version number to your package with npm version ... command you may decide to publish it to some other tag...
Read more >Should we include the Dist compiled version in PR or ... - GitHub
My personal opinion is that they should no be include. I believe that they even should not be included in the repositorory (and...
Read more >electron-builder
electron-builder npm version downloads per month donate project chat ¶. A complete solution to package and build a ready for distribution Electron app...
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 Free
Top 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

Alright… I published a new version (v0.3.4, can’t overwrite old one) with a
distfolder now (and removed unncessary docs folder). There’s also asrcif you need the unminified too.Perfect! I’m so happy now 😄 thank you!!!