question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Include a dist version

See original GitHub issue

Hello,

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:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
atomikscommented, Apr 12, 2017

Alright… I published a new version (v0.3.4, can’t overwrite old one) with a dist folder now (and removed unncessary docs folder). There’s also a src if you need the unminified too.

0reactions
mdesantiscommented, Apr 12, 2017

Perfect! I’m so happy now 😄 thank you!!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found