Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: update source map options for the new grunt jshint | Timmy Willison | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -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 deps | Timmy Willison | 2014-07-17 | 1 | -6/+4 |
| | | | | | | | | Fixes #15186 Closes gh-1620 Conflicts: bower.json | ||||
* | Build: update Sizzle to 1.11.1 and include license | Timmy Willison | 2014-06-25 | 1 | -0/+1 |
| | |||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-25 | 1 | -13/+13 |
| | | | | | | | | Closes gh-1593 Conflicts: Gruntfile.js test/index.html | ||||
* | Build: Remove unused Sizzle test files | Scott González | 2014-06-25 | 1 | -5/+1 |
| | |||||
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 1 | -1/+1 |
| | | | | Fixes #15126 | ||||
* | Build: run jshint and jscs on release scripts | Timmy Willison | 2014-05-27 | 1 | -2/+2 |
| | |||||
* | Build: Remove json check for jscs config | Oleg Gaidarenko | 2014-04-23 | 1 | -4/+0 |
| | | | | (cherry-picked from 1514dca501fd383a9cdb6b42cce7c71fdad1ee38) | ||||
* | Build: Remove Sizzle from run names passed to the testswarm task | Michał Gołębiowski | 2014-04-15 | 1 | -1/+1 |
| | | | | (cherry-picked from d0131da70ed0144c36af3494e2f843f62d740b1a) | ||||
* | Build: Add lint task | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Build: Use jscs to check test helpers | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+3 |
| | | | | | | | Also fix issues found by jscs Conflicts: test/data/testrunner.js | ||||
* | Sizzle: update committed dependencies | Timmy Willison | 2014-01-13 | 1 | -1/+5 |
| | |||||
* | Tests: Fix sinon timers for oldIE | Oleg | 2014-01-13 | 1 | -1/+2 |
| | |||||
* | Tests: Straighten out sinon dependencies | Dave Methvin | 2014-01-10 | 1 | -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 @marlonlandaverde | Dave Methvin | 2014-01-09 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit 3118f58c465286d538404669d09026b882b2149e) Closes gh-1477 | ||||
* | Gruntfile: fix watch task | Timmy Willison | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasks | Michał Gołębiowski | 2013-12-18 | 1 | -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-bowercopy | Timmy Willison | 2013-12-06 | 1 | -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 Willison | 2013-11-14 | 1 | -0/+12 |
| | |||||
* | Grunt: put .sizecache.json in build/, not dist/. (see ↵ | Michał Gołębiowski | 2013-11-10 | 1 | -1/+1 |
| | | | | 6095be1260c5c0e7dfe88380501188d4c50975eb) | ||||
* | Remove workarounds for the uglify task mishandling banners when used with ↵ | Michał Gołębiowski | 2013-11-09 | 1 | -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 style | Oleg | 2013-11-08 | 1 | -1/+3 |
| | | | | Cherry picked from 85d4c0133b5369b54bc9c4250989214bb2d45700 commit | ||||
* | Add load-grunt-tasks package dependency | Sindre Sorhus | 2013-11-07 | 1 | -8/+1 |
| | | | | Cherry picked from abfa210adfaee28e2496d7749d675d157d8e6c9d commit | ||||
* | Fix #12757 - use jscs to check the style guide | Oleg | 2013-11-07 | 1 | -11/+21 |
| | | | | Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit | ||||
* | Only set uglify options if not already the default | Timmy Willison | 2013-10-15 | 1 | -10/+2 |
| | |||||
* | No ticket: Clean up uglifyjs compress options. Close gh-1382. | Timo Tijhof | 2013-10-15 | 1 | -3/+10 |
| | |||||
* | Add bower install script and release scripts to jshint and pass lint | Timmy Willison | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | No ticket. Simplify the post-uglify task. (cherry-picked from ↵ | Michał Gołębiowski | 2013-10-02 | 1 | -5/+2 |
| | | | | 923bfc80dbba00659a2fbadafad6d894973cc560) | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+6 |
| | |||||
* | Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from ↵ | Michał Gołębiowski | 2013-09-05 | 1 | -4/+2 |
| | | | | dfaee326e6605dc6d848c4c5022e39069d2cee65) | ||||
* | Custom builds: Remove _evalUrl when excluding ajax | Timmy Willison | 2013-08-16 | 1 | -0/+1 |
| | |||||
* | Move jQuery specific tasks to independent files. Close gh-1334. | Oleg Gaidarenko | 2013-08-16 | 1 | -190/+11 |
| | | | | | | | | | | | Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements Conflicts: Gruntfile.js build/tasks/build.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -281/+14 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Lint JSON manifests during development | Timmy Willison | 2013-07-19 | 1 | -7/+12 |
| | |||||
* | Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵ | Michał Gołębiowski | 2013-07-11 | 1 | -8/+4 |
| | | | | | | | | Close gh-1283. Conflicts: src/.jshintrc test/.jshintrc | ||||
* | Include Sizzle and Qunit with bower. Fixes #14118. | Timmy Willison | 2013-07-10 | 1 | -3/+2 |
| | |||||
* | Support CommonJS environments by accentuating the need for a window with a ↵ | Timmy Willison | 2013-07-04 | 1 | -2/+0 |
| | | | | document. Fixes #13768. | ||||
* | Revert "Fix #13983. Switch to //# for sourcemaps." | Dave Methvin | 2013-07-02 | 1 | -1/+1 |
| | | | | | | | | | | Per the discussion here: https://code.google.com/p/chromium/issues/detail?id=256636 Thanks to the Chrome team for the quick response! This reverts commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99. (cherry picked from commit 6e630fbbb19306e1914712502a2b22872e94ddad) | ||||
* | Fix #13983. Switch to //# for sourcemaps. | Dave Methvin | 2013-07-02 | 1 | -1/+1 |
| | | | | | | Normally we'd avoid doing this on a patch release, but Chrome Canary is spewing deprecation warnings already and that's generating bug tickets. (cherry picked from commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99) | ||||
* | Build: Update testswarm task to node-testswarm 1.x API | Jörn Zaefferer | 2013-06-05 | 1 | -14/+24 |
| | |||||
* | Fix #13793. Correct source map generation bugs. Close gh-1275. ↵ | Michał Gołębiowski | 2013-05-23 | 1 | -6/+50 |
| | | | | (cherry-picked from commit 997da31121b9d084ccba05a9bb1e258c8c8faaf0) | ||||
* | Add release time to header on uncompressed file. | Dave Methvin | 2013-05-11 | 1 | -4/+2 |
| | |||||
* | Use grunt option with grunt.util.spawn, close gh-1255. | Kyle Robinson Young | 2013-05-09 | 1 | -1/+1 |
| | | | | (cherry picked from commit b5580a989869f0b702e60704a35e133eeee3e1fc) | ||||
* | Fix #13776: Add banner before generating source map. Close gh-1246. | Richard Gibson | 2013-04-18 | 1 | -22/+53 |
| | | | | (cherry picked from commit 9d16fe6283667396094d49559a37fc672c06252c) | ||||
* | Fix #13741. Make wrap/unwrap methods optional; close gh-1236. | Michał Gołębiowski | 2013-04-17 | 1 | -0/+1 |
| | | | | | | | move size() test to unit/deprecated; don't use size() in other tests; make 2 unit tests actually fire; code cleanup | ||||
* | Correct spacing | Michał Gołębiowski | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Add onevar to jshintrc, but remove the option for linting the concatenated file | Timmy Willison | 2013-04-09 | 1 | -4/+7 |
| | |||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | in tests. Fixes #13755. Conflicts: src/.jshintrc src/data.js test/unit/attributes.js test/unit/core.js test/unit/data.js test/unit/event.js test/unit/manipulation.js test/unit/queue.js test/unit/traversing.js test/unit/wrap.js | ||||
* | Fix #13539: Utilize Sizzle hooks. Close gh-1215. | Richard Gibson | 2013-04-04 | 1 | -1/+1 |
| |