aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Release: compat -> 1.x. Remove compat-specific release semanticsTimmy Willison2016-01-081-1/+1
|
* Effects: Remove tests for jQuery.Animation & jQuery.TweenMichał Gołębiowski2015-12-221-5/+1
| | | | | | | | | | | | We'll officially support those APIs in jQuery 3.0 but we don't want to have to support them in 1.12/2.2. The code is left untouched, only tests (& official support) are removed. Refs b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 Refs cdaed15c7ea1bbfdde5a5bea691c583ce7961526 Cherry-picked from a5864aefdfadfee16522456c82139fa10360d8fc
* Build: remove needless file and re-enable jscsOleg Gaidarenko2015-12-221-1/+1
|
* Revert "Deferred: Backwards-compatible standards interoperability"Oleg Gaidarenko2015-12-221-5/+1
| | | | This reverts commit 34f25631795e0641cc706012cfe5a88dacdedfec.
* Build: Temprary disable jscs checksOleg Gaidarenko2015-12-221-1/+1
|
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-221-3/+1
| | | | This reverts commit 3842246024475eafdc8a00a7ac4358d06d76cab2.
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-251-1/+3
| | | | | | | | | | | | | | | | Unit test changes some uses of .show() and .hide() to .css( "display", ... ), there was already an implicit assumption in several of the existing tests. Fixes gh-2193 Close gh-2648 (cherry picked from commit 67d7a2eefee768b59eb3d51cb1fb2c671873e58a) Conflicts: Gruntfile.js src/css.js src/css/showHide.js test/unit/css.js
* Build: Add "deprecated" to the Testswarm module listDave Methvin2015-10-201-0/+1
| | | | | | | Ref #1740 Yeah. (cherry picked from commit 1144e754a6a131bd4affec26fd85299e71bdab06)
* Tests: Backport basic tests from masterMichał Gołębiowski2015-09-081-0/+8
| | | | | | | | | | | | | Commit 2c7e9c9 added the basic test suite; these are the only tests that are now run on Android 2.3 on master. On compat we're keeping full Android 2.3 support for now but the tests and the testswarm basic run mode have been cherry-picked anyway to reduce the divergence between branches. (cherry-picked from 2c7e9c934971500a746d012c529e13ec0b560a83) Fixes gh-2505 Closes gh-2509 Refs gh-2483
* Build: Don't install jsdom 3 on Node.js 0.10 & 0.12 by defaultMichał Gołębiowski2015-09-081-3/+19
| | | | | | | | | | | | | | | | | | | | | | | jsdom 3 requires Python & Visual Studio on Windows which is a significant barrier to contributors. Newer jsdom versions don't require pre-compiling but work only on io.js. This commit installs the new jsdom everywhere (it does install in old Node.js, it just won't work) and executes Node-related tests only on newer Nodes or if a working jsdom version is installed. The latter can be achieved by running the `old_jsdom` task. Node.js is merging with io.js soon so this will become a smaller problem over time. One drawback is our Jenkins setup runs on Node 0.10 so it won't be running Node tests anymore. We have Travis set up on io.js, though so all PRs have those tests run. When the new LTS Node.js arrives (as it soon merges with io.js) we should update our Jenkins infrastructure so that it runs on this new version. (cherry-picked from dbb2daa8c3a458e3525d310440f4365548edc138) Fixes gh-2519 Closes gh-2526
* Effects: Finish should call progressThomas Tortorini2015-09-081-0/+5
| | | | | | | (cherry-picked from 3dd3d1357d027a487559516fcdd9064cc792edab) Fixes gh-2283 Closes gh-2292
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-3/+8
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Build: correct jscs pathsOleg Gaidarenko2015-09-071-3/+2
| | | | Ref 99975c44abc8c1092764c7fca3ccfe89fc832b87
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-4/+14
| | | | | | | | | | | | 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: Add a comment explaining why the es3 option is neededMichał Gołębiowski2015-08-031-2/+6
| | | | | | | | | | | | It might not be obvious to everyone that IE 9 & Android 4.0 are not ES5-compliant browsers (by a large margin) so it's better to add a support comment. This requires slight changes in parsing the config file as it's not a pure JSON anymore. JSHint understands such files without problems. (cherry-picked from 669cb16d763cb5486dadd56ec15a17b2b0303571) Closes gh-2520
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-2/+3
| | | | | | | | | Closes gh-2340 (cherry picked from commit b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2) Conflicts: src/effects.js
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-2/+3
| | | | | | | Conflicts: src/selector-native.js test/index.html test/unit/effects.js
* Build: remove bower.json lint targetOleg Gaidarenko2015-06-111-4/+0
| | | | | (Cherry-picked from 285cfbfccc4c61d50ee8e0fe6e23695dc663e166) Ref 26eca143c2dd857b9e3d1c446a467fed16e903d2
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-201-1/+4
| | | | | | | Fixes gh-1722 Closes gh-1996 (cherry picked from commit 555a50d340706e3e1e0de09231050493d0ad841e)
* Release: remove sourcemap comment from all copies of minified fileTimmy Willison2015-01-301-1/+1
| | | | Fixes gh-1707
* Build: Rearrange grunt/npm tasks into a build/dist/test patternRichard Gibson2015-01-111-5/+9
| | | | | | | | | Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f Ref bb928bde7e7b85357fef3fedd450b04c03e965d7 Conflicts: Gruntfile.js package.json
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-031-2/+1
| | | | | | | | Closes gh-1983 (cherry picked from commit 66e1b6b8d49812239b5712d65922ff94c60f7b02) Conflicts: Gruntfile.js
* Sizzle: update 2.1.1Timmy Willison2014-12-151-2/+2
|
* Build: Put "jQuery Compat" in banners in built filesMichał Gołębiowski2014-11-031-1/+1
|
* Build: update source map options for the new grunt jshintTimmy Willison2014-07-171-2/+2
|
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js
* Build: drop bower; use npm for front-end depsTimmy Willison2014-07-171-6/+4
| | | | | | | | Fixes #15186 Closes gh-1620 Conflicts: bower.json
* Build: update Sizzle to 1.11.1 and include licenseTimmy Willison2014-06-251-0/+1
|
* Build: Move all external libraries to external directoryScott González2014-06-251-13/+13
| | | | | | | | Closes gh-1593 Conflicts: Gruntfile.js test/index.html
* Build: Remove unused Sizzle test filesScott González2014-06-251-5/+1
|
* Ajax: move ajax event aliases to their own fileTimmy Willison2014-06-021-1/+1
| | | | Fixes #15126
* Build: run jshint and jscs on release scriptsTimmy Willison2014-05-271-2/+2
|
* Build: Remove json check for jscs configOleg Gaidarenko2014-04-231-4/+0
| | | | (cherry-picked from 1514dca501fd383a9cdb6b42cce7c71fdad1ee38)
* Build: Remove Sizzle from run names passed to the testswarm taskMichał Gołębiowski2014-04-151-1/+1
| | | | (cherry-picked from d0131da70ed0144c36af3494e2f843f62d740b1a)
* Build: Add lint taskOleg Gaidarenko2014-04-151-2/+2
|
* Build: Use jscs to check test helpersOleg Gaidarenko2014-04-151-0/+3
| | | | | | | Also fix issues found by jscs Conflicts: test/data/testrunner.js
* Sizzle: update committed dependenciesTimmy Willison2014-01-131-1/+5
|
* Tests: Fix sinon timers for oldIEOleg2014-01-131-1/+2
|
* Tests: Straighten out sinon dependenciesDave Methvin2014-01-101-1/+2
| | | | | * Cherry-pick took the wrong lines for a couple of things. * Update and commit dependencies after `grunt bower`
* Build: Happy New Year! Thanks @marlonlandaverdeDave Methvin2014-01-091-1/+1
| | | | | | (cherry picked from commit 3118f58c465286d538404669d09026b882b2149e) Closes gh-1477
* Gruntfile: fix watch taskTimmy Willison2013-12-201-1/+1
|
* Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasksMichał Gołębiowski2013-12-181-15/+6
| | | | | | | | | | | grunt-contrib-jshint 0.7.1 allows the jshintrc option to be set to true to have it read the appropriate config file based on the file being checked. The only place where we can’t use it is the check for dist/jquery.js that has the onevar option removed. (cherry-picked from 7deee6af72bfcf328fa09a28a1e68159cc58513f) Fixes #14504
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-8/+18
| | | | | | | | | | | | | | | | 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
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-0/+12
|
* Grunt: put .sizecache.json in build/, not dist/. (see ↵Michał Gołębiowski2013-11-101-1/+1
| | | | 6095be1260c5c0e7dfe88380501188d4c50975eb)
* Remove workarounds for the uglify task mishandling banners when used with ↵Michał Gołębiowski2013-11-091-29/+10
| | | | | | | source maps. (cherry-picked from d0fadbba9f1dbe2ee009be6586fbdf3cda4eff98) The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22
* Check Gruntfile and tasks for code styleOleg2013-11-081-1/+3
| | | | Cherry picked from 85d4c0133b5369b54bc9c4250989214bb2d45700 commit
* Add load-grunt-tasks package dependencySindre Sorhus2013-11-071-8/+1
| | | | Cherry picked from abfa210adfaee28e2496d7749d675d157d8e6c9d commit
* Fix #12757 - use jscs to check the style guideOleg2013-11-071-11/+21
| | | | Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit
* Only set uglify options if not already the defaultTimmy Willison2013-10-151-10/+2
|