Skip to main content

Bug Tracker

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 rwaldron comment:1

Confirmed. I definitely need some help with this - but had completely forgotten that it needed to be addressed.

Changed May 20, 2012 10:03PM UTC by dmethvin 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 rwaldron 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 dmethvin 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 dmethvin comment:5

resolution: → fixed
status: newclosed

Changed June 12, 2012 01:08PM UTC by dmethvin comment:6

component: unfiledbuild
milestone: None1.8
priority: undecidedhigh
summary: README doesn't reflect current build systemUpdate README to describe grunt build system