-
Notifications
You must be signed in to change notification settings - Fork 278
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
Bad distribution system. #157
Comments
Hm, I'm not sure, whether you think on server-side (= Node.js) here as well. |
Okay, why not both? For front and server? |
Normally too much noise in git. |
It's a question of one link. Maybe two.) |
If you track the built, minified library with git, every change on the source code would modify the build target. Due to minifying it is hard to tell what changed there. Thus, noise. |
Minified single-file library is made anyway - for their site to use the latest version. As already written above, the whole question - in the addition of a single link). It is not difficult to do. |
Hi.
You have a very useful and cool project.
Thank you.
But... You have an extremely uncomfortable and strange distribution system.
Your tool needs 1(!) file to work.
Which simply connects to the page in any convenient way, as the user/developer wants.
The question is why you have it:
• There are 100500 files for everything in the world (less, webpack, plugins, tempalates, etc.) in the releases/guithab, but there is no file itself?
Why does a user of your tool have to deploy an entire npm-system with many third-party tools to connect 1(!) file?
• Why is there no 1(!) simple link to download this 1(!) script?
Why do we have to get it by the method of studying the page code?
I absolutely don't understand what such difficulties are when you can simply provide a direct link to them: https://khan.github.io/tota11y/dist/tota11y.min.js
It's very strange to see such a solution in spite of the steepness and usefulness of your project. Why such difficulties, why?
You only need 1(!) file for your work, not all that heap (excuse me) that you offer as a distribution model.
Please don't kill your project with this.
Thank you for your attention, I hope you understand.
Be simpler and it will make everyone feel more comfortable.
p.s. I would like to see a version that is not minified. It would be interesting to study it, learn something new.
The text was updated successfully, but these errors were encountered: