-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no tools
directory
#1169
Comments
The GitHub repo contains the |
@derhuerst Thanks for your answer. I know what you mean. There are two workarounds:
But my project is based on I think the most perfect way is to publish the |
Or use a git submodule and build the
I'd also like highlight.js to be many small modules, as that is the common practice in the npm eco system. See #1086.
I strongly disagree. There is a point in npm just serving the distribution files, as custom builds seems to get less common (because of small composable modules). There's terabytes of traffic and hours or time being wasted because npm modules that have more files than necessay. |
The purpose of highlight.js on npm is to be installed and used as a library, it's not a source code distribution. Source code is hosted on GitHub. We don't intend to support every imaginable way of getting either source or binary distribution from everywhere. |
There was no
tools
directory when I installed this library bynpm install highlight.js
, so I can not use thetools/build
script to build for browsers.The text was updated successfully, but these errors were encountered: