Side navigation
#11789 closed bug (fixed)
Opened May 20, 2012 09:51PM UTC
Closed June 12, 2012 01:07PM UTC
Last modified June 12, 2012 01:08PM UTC
Update README to describe grunt build system
Reported by: | dmethvin | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | build | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
For someone who just wants to get up and running building jQuery, the grunt docs aren't clear at all. It's yet not a common enough build system to assume that everyone knows how to get and use it.
The grunt project README assumes the first thing you want to do is set up your own gruntfile, which isn't the case if you just need it to build jQuery. I didn't see any obvious reference to the npm install grunt
that's needed, not even in the "Getting Started" guide!
Ideally we'd be able to delegate at least some of this to the grunt README, it really should be there.
Attachments (0)
Change History (6)
Changed May 20, 2012 09:55PM UTC by comment:1
Changed May 20, 2012 10:03PM UTC by comment:2
Oh, I see npm install grunt
is the *last* thing discussed in the README, probably just needs to be up top.
Changed May 20, 2012 10:12PM UTC by comment:3
Right, I didn't want to boot the existing instructions yet, so I threw it in later. Sorry for the completely lack of clarity :D
Changed May 21, 2012 12:58AM UTC by comment:4
Actually, if jaubourg is going to land JHP that will require more docs so we might as well do them together; sounds like a good topic for tomorrow's meeting. Scott pointed out that npm install
does most of the work but I do think we should have a quick-start. That will become more important if we're going to have people building custom versions.
Changed June 12, 2012 01:07PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | new → closed |
Landed here and tweaked later: https://github.com/jquery/jquery/commit/7c23b77af2477417205fda9bde5208a81e57e40e#diff-2
Thanks rwaldron!
Changed June 12, 2012 01:08PM UTC by comment:6
component: | unfiled → build |
---|---|
milestone: | None → 1.8 |
priority: | undecided → high |
summary: | README doesn't reflect current build system → Update README to describe grunt build system |
Confirmed. I definitely need some help with this - but had completely forgotten that it needed to be addressed.