aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Add onevar to jshintrc, but remove the option for linting the concatenated fileTimmy Willison2013-04-091-4/+7
|
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-3/+3
| | | | in tests. Fixes #13755.
* Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.Dave Methvin2013-04-061-0/+1
|
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-051-1/+1
| | | | (cherry picked from commit 4ef516903e6e48bce388ca47c1ed88a447199fa1)
* Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.Michał Gołębiowski2013-04-041-1/+1
|
* No ticket: fix build date formattingRichard Gibson2013-04-011-7/+1
|
* No ticker: grunt_compare_size options. Close gh-1210.Tom Fuertes2013-03-261-1/+10
|
* Build selector.js from built sizzle. Update Sizzle.Timmy Willison2013-03-191-1/+1
|
* No ticket: compare_size returns!Richard Gibson2013-03-111-1/+1
| | | | (remember to `npm install`)
* Fix #13434: native-API selector moduleRichard Gibson2013-02-271-18/+26
| | | | | | | | | | | | | | | | What's out: * 6 KB * attribute not equal selector * positional selectors (:first; :eq(n); :odd; etc.) * type selectors (:input; :checkbox; :button; etc.) * state-based selectors (:animated; :visible; :hidden; etc.) * :has(selector) * custom selectors * leading combinators (e.g., $collection.find("> *")) * reliable functionality on XML fragments * requiring all parts of a selector to match elements under context (e.g., $div.find("div > *") now matches children of $div) * matching against non-elements * reliable sorting of disconnected nodes
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-271-0/+1
|
* Fix build until next grunt rc, disable compare_size.Dave Methvin2013-01-261-43/+46
|
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-251-2/+13
| | | | (cherry picked from commit ac93559eb9f18fcaec95dfdc97358b1b85bfe234)
* Leave out the web site, you know where to find us.Dave Methvin2013-01-111-1/+1
|
* Update copyrights used in file headers.Dave Methvin2013-01-111-1/+1
|
* Fix #12886. Fix map file reference in .min.js file.Dave Methvin2013-01-101-1/+4
| | | | Cherry picked from e348b4060848b46a6c4376661c093e0f0a3ef9e7 .
* Allow build to continue with --force on bad line endings.Dave Methvin2013-01-061-1/+0
|
* Fix #12471. Use consistent line endings in jquery.jsDave Methvin2013-01-061-5/+14
|
* Set testswarm browsersets to "popular-no-old-ie"Rick Waldron2012-12-311-1/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Put .min.js file at the end so compare_size will work.Dave Methvin2012-12-231-2/+2
|
* Put the map in the dist directory.Dave Methvin2012-12-221-1/+1
|
* Post-process map file so it has the right path.Dave Methvin2012-12-221-32/+29
|
* Make sure Jenkins can grunt jQuery right from npm installMike Sherov2012-12-191-5/+3
|
* Add comment about where to locate grunt TODO'sMike Sherov2012-12-191-0/+1
|
* Update to Grunt 0.4, and Uglify2 with Source Maps!Mike Sherov2012-12-191-0/+468