Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Support non-browser environments | Michał Gołębiowski | 2015-08-16 | 1 | -0/+2 |
| | | | | | | | | | | | | Fixes gh-2133 Fixes gh-2501 Closes gh-2504 Refs gh-1950 Refs gh-1949 Refs gh-2397 Refs gh-1537 Refs gh-2504 Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3 | ||||
* | Build: drop bower; use npm for front-end deps | Timmy Willison | 2014-07-17 | 1 | -1/+0 |
| | | | | | | | | Fixes #15186 Closes gh-1620 Conflicts: bower.json | ||||
* | Build: Use absolute paths in .gitignore and .npmignore. | Michał Gołębiowski | 2013-12-18 | 1 | -4/+4 |
| | | | | | | | .gitignore/.npmignore treat all its paths as relative to *every* directory in the repository. In most cases that’s not what’s desired. (cherry-picked from 2d7315051193212fca6e7d64a3de87d96977c418) | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html | ||||
* | Keep bower_components in .gitignore. (cherry-picked from ↵ | Michał Gołębiowski | 2013-11-15 | 1 | -0/+1 |
| | | | | 21c218eabb933095d933c9fe3fa29dcd0aef35fe) | ||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Include Sizzle and Qunit with bower. Fixes #14118. | Timmy Willison | 2013-07-10 | 1 | -0/+1 |
| | |||||
* | No ticket: Grunt changes from 2.0 selector-native | Dave Methvin | 2013-03-25 | 1 | -0/+1 |
| | | | | (cherry picked from commits 1083f82d1ee0c8f15a66be15e6184294a69d4420 8be9cd1ce71de8affa32a85b596c1bfed2e714a6 054c6946d4f86e4ba5ce6284554c8cacd7498e93) | ||||
* | Allow users to store custom dist destinations in dist/.destination.json | Rick Waldron | 2012-06-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -0/+1 |
| | |||||
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 1 | -1/+0 |
| | | | | Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it. | ||||
* | Adds back dist/.sizecache.json; maintain build/.sizecache.json until build ↵ | Rick Waldron | 2012-05-28 | 1 | -0/+1 |
| | | | | dir is removed | ||||
* | Add .sizecache.json to the gitignore | timmywil | 2012-05-28 | 1 | -1/+1 |
| | |||||
* | Initial grunt implementation | Rick Waldron waldron.rick@gmail.com | 2012-04-18 | 1 | -1/+2 |
| | |||||
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 1 | -0/+1 |
| | |||||
* | Landing pull request 511. Adding a little Makefile jQuery sizing utility to ↵ | Corey Frang | 2011-09-19 | 1 | -0/+1 |
| | | | | | | | easily see differences in size between makes. Fixes #10308. More Details: - https://github.com/jquery/jquery/pull/511 | ||||
* | Introduce submodules, closes #8536 | Carl Fürstenberg | 2011-03-15 | 1 | -2/+0 |
| | | | | | | Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag. | ||||
* | Adding .DS_Store to Git ignore. | John Resig | 2009-12-09 | 1 | -0/+1 |
| | |||||
* | Ignore html files living in the main directory (likely being used for testing). | John Resig | 2009-12-09 | 1 | -0/+1 |
| | |||||
* | Switched from using Git Submodules to just doing a straight clone of the ↵ | jeresig | 2009-11-30 | 1 | -0/+2 |
| | | | | QUnit and Sizzle directories. Works much better for what we want. | ||||
* | Ignore diff and patch files. | jeresig | 2009-11-30 | 1 | -0/+2 |
| | |||||
* | Hide the .settings file in the gitignore. | John Resig | 2009-11-15 | 1 | -2/+2 |
| | |||||
* | Ignoring src/selector.js (build) and Emacs backup files | Kim Dalsgaard | 2009-11-15 | 1 | -0/+3 |
| | |||||
* | We don't want to filter out the qunit file. | John Resig | 2009-10-22 | 1 | -2/+1 |
| | |||||
* | Added gitignore for people using git-svn | Yehuda Katz | 2009-07-16 | 1 | -0/+2 |