-
Notifications
You must be signed in to change notification settings - Fork 484
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
Custom jQuery builds #653
Comments
This is a topic people are interested in so 👍 from my side. I've always wanted to hold off on writing something like that for jquery/jquery#1691 but that might not happen in the near future so I'm not sure. Related: there's a pretty awesome talk from @timmywil from back in San Diego. Also see the readme on this topic. |
I haven't heard one of my talks referred to as "awesome", but thanks! 💃 |
at best we would have a up 2 date version of http://projects.jga.me/jquery-builder/ if this would be a thing, I wouldn't even need docs to build it on my own ;). |
There's an open issue at jquery/jquery#1691 for a download builder. The basic steps are in the core README at https://github.com/jquery/jquery#modules so it seems like additional docs at the learn site would be redundant. |
@dmethvin Well, I agree that the content would be redudant. Though, where are people searching for information like this? The learning center or the readme? How many people even look at the readme? Not sure myself. |
I'm not sure either. If we put it at the learn site I would think it's more likely to get out of sync though, especially regarding details like what can be excluded. Maybe have a paragraph that says it can be done and then link to the README, eventually to the download builder. |
That's a tough question to answer. I can only provide very vague numbers that don't take intent into account. The main page for the GitHub repo gets:
The learn site gets:
Only a fraction of the GitHub views are going to result in someone reading the README, and only a fraction of those users are going to care about custom builds. And of course the learn site traffic is spread across various content. It would take a fair amount of investigation to try to glean information about intent based on which pages are viewed and which search terms and referrers bring users to the site. |
What do you think of describing the "technical" parts of modular builds (so which modules exists etc) in the readme and the actual tutorial/docs on how the steps are into the learn.jquery.com website. Those 2 resources should be X-linked then.. |
Maybe we should postpone this till jquery/jquery#1691 happens? If it does the whole situation regarding custom builds is gonna change. @scottgonzalez Thanks for the insights. @staabm That's reasonable. Maybe we should keep the technical things in the readme and have an explanation about the why (and a little of the how) on the learning center. WDYT? |
Agree, see above
Also agree with that. |
For jQuery users that are maybe not that familiar working with node and git and want a custom build we created jQueryConfig. You can find some background on https://github.com/mopelabs/jqueryconfig. |
@donnut maaan this tool looks pretty awesome. |
Is there a reason to email the file? I noticed a pretty lengthy privacy policy that seems to indicate you may use the email for other purposes. |
Yes you are right, we are asking for an email address. The idea is that in the future we might mail about our services, To explain: We like to try to test our innovative ideas, but find it difficult |
@mopee I agree that having the email address in this spot is a major pain point. would it be possible to pre-select a opt-in for your "newsletter" and let the user decide to de-select the option (and therefore direct download the custom build, without a need to post the email)? |
I am missing a article/some document which describes how to build a custom jquery version, to reduce necessary code size.
The text was updated successfully, but these errors were encountered: