| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074. | Richard Gibson | 2012-12-13 | 1 | -1/+7 |
* | Make compatible with jshint, lint test/data. Close gh-1043. | Timo Tijhof | 2012-12-06 | 1 | -5/+11 |
* | Grunt: Rename TestSwarm job name pattern for PR. Close gh-1042. | Timo Tijhof | 2012-11-25 | 1 | -1/+1 |
* | Using the right matched param | Corey Frang | 2012-11-24 | 1 | -1/+1 |
* | Adding job name for pull request jobs coming from mergeatron | Corey Frang | 2012-11-24 | 1 | -2/+12 |
* | Grunt: Set testswarm/browserSets from JSON file. | Timo Tijhof | 2012-11-18 | 1 | -1/+1 |
* | Fix builds with partial ajax support (e.g., custom:ajax/xhr) | Richard Gibson | 2012-11-01 | 1 | -13/+28 |
* | Fixes #12752: Added OS-switch for grunt task "custom", to make use of grunt.c... | Roland Eckl | 2012-10-17 | 1 | -1/+1 |
* | Don't be so picky about path separators | Rick Waldron | 2012-10-17 | 1 | -5/+0 |
* | Code cleanup in grunt.js. Closes gh-984 | Ish | 2012-10-16 | 1 | -8/+8 |
* | Clean up jshintrc configs. Close gh-983. | Mike Sherov | 2012-10-16 | 1 | -11/+2 |
* | Remove unused child_process init and assignment from grunt.js. Closes gh-978 | Ish | 2012-10-16 | 1 | -2/+0 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -1/+1 |
* | put "use strict" where it belongs so that this works for jshint 0.5.x up to 0... | jaubourg | 2012-10-16 | 1 | -0/+2 |
* | Remove use strict from grunt | Dave Methvin | 2012-10-16 | 1 | -2/+0 |
* | latest jshint requires "use strict"; declaration when enforcing strict mode | jaubourg | 2012-10-16 | 1 | -0/+2 |
* | Move deprecated.js to the bottom of the build to ensure nothing depends on a ... | Timmy Willison | 2012-10-15 | 1 | -1/+1 |
* | Format @DATE to ISO 8601 format. Fixes #12725, Closes gh-957 | Ben Truyman | 2012-10-15 | 1 | -3/+12 |
* | Fixes update submodule task for windows (uses an npm based task) | jaubourg | 2012-10-15 | 1 | -30/+2 |
* | Remove the Makefile and replace the submodule update with a grunt task. Thank... | Mike Sherov | 2012-10-15 | 1 | -9/+19 |
* | Use the correct escape for BOM; add build code to detect non-ASCII. | Dave Methvin | 2012-10-11 | 1 | -0/+21 |
* | Use Uglify's ascii_only to avoid converting UTF-8 escapes. | Dave Methvin | 2012-10-11 | 1 | -1/+5 |
* | Remove superfluous `@` in compressed header. Close gh-925. | Dave Methvin | 2012-09-09 | 1 | -1/+1 |
* | Do not watch the dist files to make infinite change loops less common. | Timmy Willison | 2012-08-24 | 1 | -1/+1 |
* | Correct documentation of custom grunt task. Closes gh-904 | Mike Pennisi | 2012-08-22 | 1 | -1/+1 |
* | Add grunt-git-authors task. | Dave Methvin | 2012-07-24 | 1 | -1/+2 |
* | Really support subproject tests in testswarm, closes gh-868 | Richard Gibson | 2012-07-22 | 1 | -1/+1 |
* | Push serialize module to swarm /cc @jaubourg | Corey Frang | 2012-07-13 | 1 | -1/+1 |
* | Extracts the serialization code from the ajax module so that alternative ajax... | jaubourg | 2012-07-13 | 1 | -0/+1 |
* | grunt custom saves minified version automattically. Close gh-856, Fixes #12059 | Corey Frang | 2012-07-11 | 1 | -4/+15 |
* | Fixes indentation in grunt.js | Rick Waldron | 2012-07-09 | 1 | -31/+31 |
* | Update grunt:selector task to handle new Sizzle EXPOSE block | Rick Waldron | 2012-07-09 | 1 | -3/+36 |
* | Fix typo in grunt lint:tests | Rick Waldron | 2012-06-30 | 1 | -1/+1 |
* | Fixes broken grunt watch task. Part 2 | Rick Waldron | 2012-06-26 | 1 | -1/+1 |
* | Fixes broken grunt watch task. | Rick Waldron | 2012-06-26 | 1 | -1/+4 |
* | Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI l... | Rick Waldron | 2012-06-25 | 1 | -60/+20 |
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue... | Rick Waldron | 2012-06-25 | 1 | -0/+3 |
* | Make @VERSION replace regex global. Fixes #11960 | Rick Waldron | 2012-06-23 | 1 | -1/+1 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -7/+35 |
* | Actually omit files that are specified. Fixes #11943 | Rick Waldron | 2012-06-20 | 1 | -1/+5 |
* | Grunt: Include commit in header if passed as ENV arg, mostly for Jenkins | Jörn Zaefferer | 2012-06-18 | 1 | -2/+6 |
* | Grunt: Update testswarm task to use new module filter, reduces duplication wh... | Jörn Zaefferer | 2012-06-14 | 1 | -1/+1 |
* | Fix args translation example in gruntfile comments | Rick Waldron | 2012-06-12 | 1 | -1/+1 |
* | Simplify the terminal command args syntax for custom builds. Update README | Rick Waldron | 2012-06-12 | 1 | -7/+67 |
* | Run the `dist` task *after* minifying so we copy the new one. | Dave Methvin | 2012-06-11 | 1 | -1/+1 |
* | Test: Set testswarm.runMax from config file | Timo Tijhof | 2012-06-11 | 1 | -1/+1 |
* | Modularize ajax (and sub-modules). | jaubourg | 2012-06-11 | 1 | -4/+4 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -15/+53 |
* | Grunt: Update testswarm task to use more config properties. Already deployed ... | Jörn Zaefferer | 2012-06-07 | 1 | -5/+6 |
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #1... | Mike Sherov | 2012-06-07 | 1 | -1/+1 |