]> source.dussan.org Git - jquery.git/log
jquery.git
12 years agoFixes broken grunt watch task. Part 2
Rick Waldron [Tue, 26 Jun 2012 18:46:46 +0000 (14:46 -0400)]
Fixes broken grunt watch task. Part 2

12 years agoFixes broken grunt watch task.
Rick Waldron [Tue, 26 Jun 2012 18:45:21 +0000 (14:45 -0400)]
Fixes broken grunt watch task.

12 years agoFix #10895. Reduce IE poll interval to save CPU time.
Dave Methvin [Tue, 26 Jun 2012 13:16:29 +0000 (09:16 -0400)]
Fix #10895. Reduce IE poll interval to save CPU time.

12 years agoUpdate Sizzle: Removes directory caching in dirCheck. Fixes #11966.
timmywil [Mon, 25 Jun 2012 16:44:57 +0000 (12:44 -0400)]
Update Sizzle: Removes directory caching in dirCheck. Fixes #11966.

12 years agoAdds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI loading...
Rick Waldron [Mon, 25 Jun 2012 14:49:21 +0000 (10:49 -0400)]
Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI loading method

12 years agoCompletes #11799: Maybe .progress() was cooler than I thought.
Corey Frang [Sat, 23 Jun 2012 21:50:57 +0000 (16:50 -0500)]
Completes #11799: Maybe .progress() was cooler than I thought.

Generate a .progress() for each step of an animation, once all properties are changed. Closes gh-835.

12 years agoAdds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.brows...
Rick Waldron [Mon, 25 Jun 2012 14:02:28 +0000 (10:02 -0400)]
Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965

12 years agoAdd grunt with lint to Sizzle
timmywil [Sun, 24 Jun 2012 19:33:04 +0000 (15:33 -0400)]
Add grunt with lint to Sizzle

12 years agoMake @VERSION replace regex global. Fixes #11960
Rick Waldron [Sat, 23 Jun 2012 23:43:12 +0000 (19:43 -0400)]
Make @VERSION replace regex global. Fixes #11960

12 years agoMake removeClass smart enough to remove duplicates. Fixes #11923
Rick Waldron [Sat, 23 Jun 2012 23:38:27 +0000 (19:38 -0400)]
Make removeClass smart enough to remove duplicates. Fixes #11923

12 years agoAdd a semicolon in unit test; this pull predated lint mandate.
Dave Methvin [Fri, 22 Jun 2012 20:21:09 +0000 (16:21 -0400)]
Add a semicolon in unit test; this pull predated lint mandate.

12 years agoFix #11797. Use Deferred for better animation callbacks. Closes gh-830.
Corey Frang [Fri, 22 Jun 2012 20:03:39 +0000 (16:03 -0400)]
Fix #11797. Use Deferred for better animation callbacks. Closes gh-830.

In particular, an animation stopped with `gotoEnd` will be rejected.

12 years agoFix #11925, Pass eventHandle to special.teardown. Closes gh-831.
Timo Tijhof [Mon, 18 Jun 2012 02:42:24 +0000 (04:42 +0200)]
Fix #11925, Pass eventHandle to special.teardown. Closes gh-831.

* Added unit test to confirm.
  The third assertion fails without the fix in ./src/event.js

12 years agoUpdating the source version to 1.8pre.
Dave Methvin [Fri, 22 Jun 2012 17:30:16 +0000 (13:30 -0400)]
Updating the source version to 1.8pre.

12 years agoTagging the 1.8b1 release. 1.8b1
Dave Methvin [Fri, 22 Jun 2012 17:28:03 +0000 (13:28 -0400)]
Tagging the 1.8b1 release.

12 years agoFix #11757. IE 6/7 can't clean up circular DOM-JS refs.
Dave Methvin [Fri, 22 Jun 2012 13:46:07 +0000 (09:46 -0400)]
Fix #11757. IE 6/7 can't clean up circular DOM-JS refs.

Why? Because it's dumb. Verified with the case in the ticket.

12 years agoRemoves scripts:postinstall from package.json, see: 286c4d91dde12ba32f4a56273d05374b1...
Rick Waldron [Thu, 21 Jun 2012 20:03:11 +0000 (16:03 -0400)]
Removes scripts:postinstall from package.json, see: 286c4d91dde12ba32f4a56273d05374b1cbb79e7

12 years agoDo jQuery.trim in less bytes (-5).
timmywil [Thu, 21 Jun 2012 19:57:12 +0000 (15:57 -0400)]
Do jQuery.trim in less bytes (-5).

12 years agoAdd parseHTML for explicitly parsing strings into html. Fixes #11617.
timmywil [Thu, 21 Jun 2012 19:28:57 +0000 (15:28 -0400)]
Add parseHTML for explicitly parsing strings into html. Fixes #11617.

12 years agoUnit tests are linted and passing.
Rick Waldron [Thu, 21 Jun 2012 19:30:24 +0000 (15:30 -0400)]
Unit tests are linted and passing.

12 years agoClose GH-829: no ticket: smaller jQuery.ready.
Richard Gibson [Thu, 21 Jun 2012 17:40:59 +0000 (13:40 -0400)]
Close GH-829: no ticket: smaller jQuery.ready.

12 years agoRestore rhtmlString to its original form. 1.9 will come with starts-with html matchin...
timmywil [Wed, 20 Jun 2012 20:22:36 +0000 (16:22 -0400)]
Restore rhtmlString to its original form. 1.9 will come with starts-with html matching. For now, we are warning against broad use of jQuery() to parse html.

12 years agoRevert "Adjust jQuery('html') detection to only match when html starts with '<' ...
timmywil [Wed, 20 Jun 2012 20:19:06 +0000 (16:19 -0400)]
Revert "Adjust jQuery('html') detection to only match when html starts with '<' (counting space characters). Fixes #11290"

This reverts commit 239fc86b01d52fd9df6d1963027ed37b4f6251fc.

The consensus is that this would change behavior too abruptly. We will warn in 1.8 and do this in 1.9.

12 years agoActually omit files that are specified. Fixes #11943
Rick Waldron [Thu, 21 Jun 2012 00:39:22 +0000 (20:39 -0400)]
Actually omit files that are specified. Fixes #11943

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoUpdate Sizzle: fixes test fails in selector module in IE9/Opera
timmywil [Wed, 20 Jun 2012 16:52:41 +0000 (12:52 -0400)]
Update Sizzle: fixes test fails in selector module in IE9/Opera

12 years agoUpdate Sizzle: minor fix for matchesSelector usage in FF<12
timmywil [Wed, 20 Jun 2012 15:55:32 +0000 (11:55 -0400)]
Update Sizzle: minor fix for matchesSelector usage in FF<12

12 years agoUpdate Sizzle: performance testing and changes for optimization. Adds back matchesSel...
timmywil [Wed, 20 Jun 2012 14:18:52 +0000 (10:18 -0400)]
Update Sizzle: performance testing and changes for optimization. Adds back matchesSelector.

12 years agoAdjust jQuery('html') detection to only match when html starts with '<' (counting...
timmywil [Wed, 20 Jun 2012 15:19:24 +0000 (11:19 -0400)]
Adjust jQuery('html') detection to only match when html starts with '<' (counting space characters). Fixes #11290

12 years agoAdds post-install grunt hook
Jacob Thornton [Tue, 19 Jun 2012 21:11:05 +0000 (17:11 -0400)]
Adds post-install grunt hook

12 years agoWhen detecting html in init, ignore html characters within quotes, brackets, and...
timmywil [Tue, 19 Jun 2012 15:35:45 +0000 (11:35 -0400)]
When detecting html in init, ignore html characters within quotes, brackets, and parens as well as escaped characters which are valid in selectors. Fixes #11290.

12 years agoUpdate Sizzle: fixes a bug dealing with backslashes in selectors. Fixes #10270.
timmywil [Tue, 19 Jun 2012 15:00:16 +0000 (11:00 -0400)]
Update Sizzle: fixes a bug dealing with backslashes in selectors. Fixes #10270.

12 years agoFixes test fails in traversing and event
timmywil [Tue, 19 Jun 2012 06:23:16 +0000 (02:23 -0400)]
Fixes test fails in traversing and event

12 years agoUpdate Sizzle: adds selector divisions for element-rooted QSA in the Dupont strategy...
timmywil [Tue, 19 Jun 2012 05:50:03 +0000 (01:50 -0400)]
Update Sizzle: adds selector divisions for element-rooted QSA in the Dupont strategy. Fixes #11814.

12 years agoUpdate Sizzle
timmywil [Tue, 19 Jun 2012 04:40:04 +0000 (00:40 -0400)]
Update Sizzle

12 years agoMove quickIs to Sizzle; Remove duplicate id matching in init; Added selector caching...
timmywil [Mon, 18 Jun 2012 22:43:50 +0000 (18:43 -0400)]
Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector caching to Sizzle. Fixes #11826.

12 years agoDetect IE collapsing body margin directly rather than inferring it.
Dave Methvin [Mon, 18 Jun 2012 20:02:26 +0000 (16:02 -0400)]
Detect IE collapsing body margin directly rather than inferring it.

12 years agoUpdate Sizzle
timmywil [Mon, 18 Jun 2012 18:33:29 +0000 (14:33 -0400)]
Update Sizzle

12 years agoFixes typo in comment
Rick Waldron [Mon, 18 Jun 2012 18:17:10 +0000 (14:17 -0400)]
Fixes typo in comment

12 years agoBrowser sniffing is *bad*, folks, even in unit tests.
Dave Methvin [Mon, 18 Jun 2012 17:52:05 +0000 (13:52 -0400)]
Browser sniffing is *bad*, folks, even in unit tests.

12 years agoFix comment block indents
Rick Waldron [Mon, 18 Jun 2012 17:28:47 +0000 (13:28 -0400)]
Fix comment block indents

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoUpdate document.defaultView.getComputedStyle. Fixes #10373
Rick Waldron [Mon, 18 Jun 2012 17:26:46 +0000 (13:26 -0400)]
Update document.defaultView.getComputedStyle. Fixes #10373

12 years agoGrunt: Include commit in header if passed as ENV arg, mostly for Jenkins
Jörn Zaefferer [Mon, 18 Jun 2012 17:25:24 +0000 (19:25 +0200)]
Grunt: Include commit in header if passed as ENV arg, mostly for Jenkins

12 years agoUpdate Sizzle: rewrite attributes handling to be simpler and more widespread when...
timmywil [Sun, 17 Jun 2012 19:42:35 +0000 (15:42 -0400)]
Update Sizzle: rewrite attributes handling to be simpler and more widespread when independent from jQuery. No changes to jQuery's attribute handling.

12 years agoEnsure that IE stays in Big Boy mode.
Dave Methvin [Sat, 16 Jun 2012 14:57:41 +0000 (10:57 -0400)]
Ensure that IE stays in Big Boy mode.

Although we use a lot of iframes in the test, the IE document mode is set by the parent document so we just need a single X-UA-Compatible in the main file.

http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx

12 years agoFix #11231, (append|prepend|before|after) w/ array of jQuery objects.
Sindre Sorhus [Sat, 16 Jun 2012 02:17:05 +0000 (22:17 -0400)]
Fix #11231, (append|prepend|before|after) w/ array of jQuery objects.

Closes gh-666, thanks to @rkatic!

12 years agoFix #11566, allow appending to DocumentFragment, closes gh-814.
Vladimir Zhuravlev [Sat, 16 Jun 2012 01:37:01 +0000 (21:37 -0400)]
Fix #11566, allow appending to DocumentFragment, closes gh-814.

12 years agoFix #9505, percentage position values in Webkit, closes gh-825.
Mike Sherov [Sat, 16 Jun 2012 01:20:41 +0000 (21:20 -0400)]
Fix #9505, percentage position values in Webkit, closes gh-825.

12 years agoInterim take on cross-module variables, closes gh-817.
Richard Gibson [Sat, 16 Jun 2012 01:01:44 +0000 (21:01 -0400)]
Interim take on cross-module variables, closes gh-817.

12 years agoFix #11905, correct package.json license URLs, closes gh-826.
Daniel Herman [Sat, 16 Jun 2012 00:44:07 +0000 (20:44 -0400)]
Fix #11905, correct package.json license URLs, closes gh-826.

12 years agoUpdate Sizzle: Removes an unnecessary link in the test suite
timmywil [Fri, 15 Jun 2012 20:10:37 +0000 (16:10 -0400)]
Update Sizzle: Removes an unnecessary link in the test suite

12 years agoUpdate Sizzle. Fixes #11109.
timmywil [Fri, 15 Jun 2012 18:24:22 +0000 (14:24 -0400)]
Update Sizzle. Fixes #11109.

12 years agoUpdate version in package.json to reflect current version and make -git builds slighl...
Jörn Zaefferer [Fri, 15 Jun 2012 13:56:04 +0000 (15:56 +0200)]
Update version in package.json to reflect current version and make -git builds slighlty more useful

12 years agoUse QUnit's URL configs to simplify custom configuration. Closes gh-827
Scott González [Fri, 15 Jun 2012 13:22:58 +0000 (08:22 -0500)]
Use QUnit's URL configs to simplify custom configuration. Closes gh-827

12 years agoAdd necessary test html from Sizzle tests; Add an easy way to turn off QSA in tests
timmywil [Fri, 15 Jun 2012 06:09:38 +0000 (02:09 -0400)]
Add necessary test html from Sizzle tests; Add an easy way to turn off QSA in tests

12 years agoGrunt: Update testswarm task to use new module filter, reduces duplication when runni...
Jörn Zaefferer [Wed, 13 Jun 2012 22:33:10 +0000 (00:33 +0200)]
Grunt: Update testswarm task to use new module filter, reduces duplication when running, should speed things up

12 years agoUpdate QUnit to v1.8.0
Jörn Zaefferer [Wed, 13 Jun 2012 22:31:28 +0000 (00:31 +0200)]
Update QUnit to v1.8.0

12 years agoFix args translation example in gruntfile comments
Rick Waldron [Tue, 12 Jun 2012 16:53:58 +0000 (12:53 -0400)]
Fix args translation example in gruntfile comments

12 years agoSimplify the terminal command args syntax for custom builds. Update README
Rick Waldron [Tue, 12 Jun 2012 16:52:30 +0000 (12:52 -0400)]
Simplify the terminal command args syntax for custom builds. Update README

12 years agoFix typo in README
kborchers [Tue, 12 Jun 2012 15:01:44 +0000 (11:01 -0400)]
Fix typo in README

12 years agoAdds ajax to the list of optional modules.
Julian Aubourg [Tue, 12 Jun 2012 11:13:18 +0000 (14:13 +0300)]
Adds ajax to the list of optional modules.

12 years agoTweak test for #11743 in an attempt to placate Jenkins.
Dave Methvin [Tue, 12 Jun 2012 02:35:04 +0000 (22:35 -0400)]
Tweak test for #11743 in an attempt to placate Jenkins.

I can't get the current test to fail locally or in Browserstack, but suspect it may have something to do with badjson.js.

12 years agoRun the `dist` task *after* minifying so we copy the new one.
Dave Methvin [Tue, 12 Jun 2012 02:04:43 +0000 (22:04 -0400)]
Run the `dist` task *after* minifying so we copy the new one.

12 years agoCheck animation is close instead of exact, closes gh-823.
Mike Sherov [Tue, 12 Jun 2012 01:17:07 +0000 (21:17 -0400)]
Check animation is close instead of exact, closes gh-823.

12 years agoTest: Remove unused file "include_js.php", closes gh-820.
Timo Tijhof [Mon, 11 Jun 2012 19:32:24 +0000 (21:32 +0200)]
Test: Remove unused file "include_js.php", closes gh-820.

12 years agoFix regression for "-200px" in animations; closes gh-822.
Mike Sherov [Tue, 12 Jun 2012 01:01:23 +0000 (21:01 -0400)]
Fix regression for "-200px" in animations; closes gh-822.

Also removes fake IIFEs ffrom effects.

12 years agoFix #11328. I've never metaKey I liked on IE 6/7/8.
Dave Methvin [Mon, 11 Jun 2012 22:44:54 +0000 (18:44 -0400)]
Fix #11328. I've never metaKey I liked on IE 6/7/8.

The `event.metaKey` property is undefined there so we ensure it's set to `false` for lack of a better default. The `originalEvent.metaKey` property is untouched if you prefer to make other guesses about the platform or key state.

This is pretty much impossible to unit test since it is not only platform dependendent but also only executed for native browser events.

12 years agoFix #10589. Remove deprecated $.fn.data("events") special case.
Dave Methvin [Mon, 11 Jun 2012 21:16:19 +0000 (17:16 -0400)]
Fix #10589. Remove deprecated $.fn.data("events") special case.

No unit tests were harmed in the removal of this hack.

12 years agoTest: Set testswarm.runMax from config file
Timo Tijhof [Mon, 11 Jun 2012 19:36:29 +0000 (21:36 +0200)]
Test: Set testswarm.runMax from config file

12 years agoHere is hoping everything works with the full build and the build without ajax.....
jaubourg [Mon, 11 Jun 2012 19:04:34 +0000 (21:04 +0200)]
Here is hoping everything works with the full build and the build without ajax... looking at you @dmethvin ;)

12 years agoFix #8109, percent animations; fix #11854, wrong this, close gh-808
Jeffery To [Mon, 11 Jun 2012 18:17:36 +0000 (14:17 -0400)]
Fix #8109, percent animations; fix #11854, wrong this, close gh-808

12 years agoPrevent total unit test meltdown ... and now over to @jaubourg!
Dave Methvin [Mon, 11 Jun 2012 18:07:02 +0000 (14:07 -0400)]
Prevent total unit test meltdown ... and now over to @jaubourg!

12 years agoShrink support.js, closes gh-818
Richard Gibson [Mon, 11 Jun 2012 17:24:26 +0000 (13:24 -0400)]
Shrink support.js, closes gh-818

12 years agoWe don't have IE9 supports grid yet, completely didn't see this while refactoring.
jaubourg [Mon, 11 Jun 2012 17:04:44 +0000 (19:04 +0200)]
We don't have IE9 supports grid yet, completely didn't see this while refactoring.

12 years agoUpdate QUnit so IE will pass unit tests.
Dave Methvin [Mon, 11 Jun 2012 16:51:42 +0000 (12:51 -0400)]
Update QUnit so IE will pass unit tests.

Normally we'd want to stay with an official release, but we need 1604af735af117fff3ee7589c611c04f665ac169 so that QUnit will not yell about errors encountered bduring `globalEval`.

12 years agoModularize ajax (and sub-modules).
jaubourg [Mon, 11 Jun 2012 16:51:28 +0000 (18:51 +0200)]
Modularize ajax (and sub-modules).
Tests are guaranteed to run with ajax removed, not with just ajax/jsonp, ajax/script or ajax/xhr removed.
Removing ajax saves 3982 bytes minified gzipped.

12 years agoSome work to modularize ajax later on.
jaubourg [Mon, 11 Jun 2012 11:59:34 +0000 (13:59 +0200)]
Some work to modularize ajax later on.

12 years agoFix #11857. Modularize css.js, add dependency management. Closes gh-816.
Mike Sherov [Mon, 11 Jun 2012 01:54:16 +0000 (21:54 -0400)]
Fix #11857. Modularize css.js, add dependency management. Closes gh-816.

See the pull request for more info on the dependency management details.

12 years agoFix IE6 failures from forgotten shrinkWrapBlocks, closes gh-815
Mike Sherov [Sat, 9 Jun 2012 03:11:34 +0000 (23:11 -0400)]
Fix IE6 failures from forgotten shrinkWrapBlocks, closes gh-815

12 years agoGrunt: Update testswarm task to use more config properties. Already deployed on Jenki...
Jörn Zaefferer [Thu, 7 Jun 2012 18:36:19 +0000 (20:36 +0200)]
Grunt: Update testswarm task to use more config properties. Already deployed on Jenkins server

12 years agoMake exclusion list less confusing to read
Rick Waldron [Thu, 7 Jun 2012 16:03:32 +0000 (12:03 -0400)]
Make exclusion list less confusing to read

12 years agoMake readme code examples consistent; Update to use GH syntax fences
Rick Waldron [Thu, 7 Jun 2012 15:59:30 +0000 (11:59 -0400)]
Make readme code examples consistent; Update to use GH syntax fences

12 years agoRemove bold style from command examples
Rick Waldron [Thu, 7 Jun 2012 15:50:04 +0000 (11:50 -0400)]
Remove bold style from command examples

12 years agoMake custom dist example less OSX specific
Rick Waldron [Thu, 7 Jun 2012 15:46:45 +0000 (11:46 -0400)]
Make custom dist example less OSX specific

12 years agoModularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #11865
Mike Sherov [Thu, 7 Jun 2012 15:24:35 +0000 (11:24 -0400)]
Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #11865

12 years agoDon't swap to measure dimensions unless the element is display:none. #807 Fixes ...
Mike Sherov [Thu, 7 Jun 2012 15:08:31 +0000 (11:08 -0400)]
Don't swap to measure dimensions unless the element is display:none. #807 Fixes #11293

12 years agoRemove unnecessary haunted house guards.
Rick Waldron [Thu, 7 Jun 2012 03:10:06 +0000 (23:10 -0400)]
Remove unnecessary haunted house guards.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoFixes two typos
Rick Waldron [Thu, 7 Jun 2012 02:59:44 +0000 (22:59 -0400)]
Fixes two typos

12 years agoLess letterSpacing .animate() fail in IE. Fixes #8627
Mike Sherov [Wed, 6 Jun 2012 23:03:10 +0000 (19:03 -0400)]
Less letterSpacing .animate() fail in IE. Fixes #8627

12 years agoConditionally run height/width in iframeTest
Rick Waldron [Wed, 6 Jun 2012 22:13:59 +0000 (18:13 -0400)]
Conditionally run height/width in iframeTest

12 years agoRough draft of version=min test capabilities reintroduced.
Rick Waldron [Wed, 6 Jun 2012 21:39:23 +0000 (17:39 -0400)]
Rough draft of version=min test capabilities reintroduced.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoEnsure both height and width port functions exist before attempting to run dimensions...
Rick Waldron [Wed, 6 Jun 2012 21:38:52 +0000 (17:38 -0400)]
Ensure both height and width port functions exist before attempting to run dimensions tests.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoFixe dimensions tests. No core code changes. Supplements #11856
Mike Sherov [Wed, 6 Jun 2012 21:06:03 +0000 (17:06 -0400)]
Fixe dimensions tests. No core code changes. Supplements #11856

12 years agoFix busted tests that relied on width in 2nd param to jQuery(), dimensions stays...
Rick Waldron [Tue, 5 Jun 2012 20:38:18 +0000 (16:38 -0400)]
Fix busted tests that relied on width in 2nd param to jQuery(), dimensions stays modular. (core, attributes, offset)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoMake dimensions modular, adds optional build flag. Fixes #11856
Mike Sherov [Tue, 5 Jun 2012 19:29:46 +0000 (15:29 -0400)]
Make dimensions modular, adds optional build flag. Fixes #11856

12 years agoAllow users to store custom dist destinations in dist/.destination.json
Rick Waldron [Tue, 5 Jun 2012 17:10:01 +0000 (13:10 -0400)]
Allow users to store custom dist destinations in dist/.destination.json

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoDon't create "*" dir when "grunt dist" is run without explicit destination dir. ...
Rick Waldron [Tue, 5 Jun 2012 16:16:48 +0000 (12:16 -0400)]
Don't create "*" dir when "grunt dist" is run without explicit destination dir. (thanks @timmywil)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoAdds "grunt submodules" docs to readme, removes old make command docs
Rick Waldron [Tue, 5 Jun 2012 15:59:07 +0000 (11:59 -0400)]
Adds "grunt submodules" docs to readme, removes old make command docs

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoCreate special "grunt watch" task called "dev"
Rick Waldron [Tue, 5 Jun 2012 15:50:49 +0000 (11:50 -0400)]
Create special "grunt watch" task called "dev"

"dev" is a short task list that's optimized for grunt watch's high run rate frequency

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoRelativize all urls pertaining to dist/jquery.js so users can run their server from...
timmywil [Mon, 4 Jun 2012 22:04:11 +0000 (18:04 -0400)]
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.

12 years agoMake readme instructions bold and hopefully easier to spot
Rick Waldron [Mon, 4 Jun 2012 16:56:06 +0000 (12:56 -0400)]
Make readme instructions bold and hopefully easier to spot