Michał Gołębiowski
04ec688e80
Core: Support non-browser environments
...
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 842958e7ae
2015-08-16 22:29:42 +02:00
Timmy Willison
79c0732ac2
Build: drop bower; use npm for front-end deps
...
Fixes #15186
Closes gh-1620
Conflicts:
bower.json
2014-07-17 10:29:17 -07:00
Michał Gołębiowski
15d245ff57
Build: Use absolute paths in .gitignore and .npmignore.
...
.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 2d73150511
)
2013-12-18 15:17:19 +01:00
Timmy Willison
c2e0dbdaa5
Manage bower dependencies with grunt-bowercopy
...
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
2013-12-06 16:14:27 -05:00
Michał Gołębiowski
1f112c9f4f
Keep bower_components in .gitignore. (cherry-picked from 21c218eabb
)
2013-11-15 15:51:11 +01:00
Timmy Willison
a9f5946294
Use grunt and bower packages as local dependencies. Close gh-1433.
2013-11-14 10:18:12 -05:00
Timmy Willison
217cbb7109
AMD-ify jQuery sourcegit s! Woo! Fixes #14113 , #14163 .
...
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
2013-08-15 15:49:49 -04:00
Timmy Willison
40d4881373
Include Sizzle and Qunit with bower. Fixes #14118 .
2013-07-10 12:01:20 -04:00
Dave Methvin
131de8c80e
No ticket: Grunt changes from 2.0 selector-native
...
(cherry picked from commits 1083f82d1e
8be9cd1ce7
054c6946d4
)
2013-03-25 14:45:45 -04:00
Rick Waldron
8265fa0837
Allow users to store custom dist destinations in dist/.destination.json
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-05 13:10:01 -04:00
Rick Waldron
7c23b77af2
Strips IIFEs from modules; Always require built jQuery for tests.
2012-06-04 12:48:18 -04:00
Richard Gibson
7f2cc46955
Fix #11767 . Modularize build and unit tests for exluding effects.
...
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.
2012-05-28 22:36:23 -04:00
Rick Waldron
82d4c72fb1
Adds back dist/.sizecache.json; maintain build/.sizecache.json until build dir is removed
2012-05-28 22:20:37 -04:00
timmywil
9efad09d68
Add .sizecache.json to the gitignore
2012-05-28 21:39:31 -04:00
Rick Waldron waldron.rick@gmail.com
1434b5b567
Initial grunt implementation
2012-04-18 16:07:35 -04:00
jaubourg
4092e3d275
$.Callbacks, $.Topic and notify/progress on $.Deferred.
2011-09-19 15:42:30 -04:00
Corey Frang
61277d2864
Landing pull request 511. Adding a little Makefile jQuery sizing utility to easily see differences in size between makes. Fixes #10308 .
...
More Details:
- https://github.com/jquery/jquery/pull/511
2011-09-19 15:27:43 -04:00
Carl Fürstenberg
150d3decb5
Introduce submodules, closes #8536
...
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.
2011-03-15 20:16:09 +01:00
John Resig
616aceef84
Adding .DS_Store to Git ignore.
2009-12-09 23:49:13 -08:00
John Resig
5473b041c0
Ignore html files living in the main directory (likely being used for testing).
2009-12-09 23:45:56 -08:00
jeresig
6798df54f4
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.
2009-11-30 15:45:16 -05:00
jeresig
84857abefc
Ignore diff and patch files.
2009-11-30 13:00:06 -05:00
John Resig
0a7232cc39
Hide the .settings file in the gitignore.
2009-11-15 00:27:06 -05:00
Kim Dalsgaard
d338b1a1e7
Ignoring src/selector.js (build) and Emacs backup files
2009-11-15 12:14:31 +08:00
John Resig
4a51b12b95
We don't want to filter out the qunit file.
2009-10-22 21:26:28 -04:00
Yehuda Katz
0e2f4a0fe3
Added gitignore for people using git-svn
2009-07-16 07:31:22 +00:00