Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | 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 ↵ | Rick Waldron | 2012-06-25 | 1 | -60/+20 |
| | | | | loading method | ||||
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+3 |
| | | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 | ||||
* | 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 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | 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 ↵ | Jörn Zaefferer | 2012-06-14 | 1 | -1/+1 |
| | | | | when running, should speed things up | ||||
* | 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 |
| | | | | | Tests are guaranteed to run with ajax removed, not with just ajax/jsonp, ajax/script or ajax/xhr removed. Removing ajax saves 3982 bytes minified gzipped. | ||||
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -15/+53 |
| | | | | See the pull request for more info on the dependency management details. | ||||
* | Grunt: Update testswarm task to use more config properties. Already deployed ↵ | Jörn Zaefferer | 2012-06-07 | 1 | -5/+6 |
| | | | | on Jenkins server | ||||
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵ | Mike Sherov | 2012-06-07 | 1 | -1/+1 |
| | | | | #11865 | ||||
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Allow users to store custom dist destinations in dist/.destination.json | Rick Waldron | 2012-06-05 | 1 | -18/+50 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Don't create "*" dir when "grunt dist" is run without explicit destination ↵ | Rick Waldron | 2012-06-05 | 1 | -0/+7 |
| | | | | | | dir. (thanks @timmywil) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Create special "grunt watch" task called "dev" | Rick Waldron | 2012-06-05 | 1 | -1/+5 |
| | | | | | | "dev" is a short task list that's optimized for grunt watch's high run rate frequency 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 | -9/+58 |
| | |||||
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 1 | -25/+44 |
| | | | | 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. | ||||
* | Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796. | Oleg | 2012-05-27 | 1 | -1/+0 |
| | |||||
* | Grunt: Increase TestSwarm timeout to 30 minutes | Jörn Zaefferer | 2012-05-18 | 1 | -0/+1 |
| | |||||
* | Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. ↵ | Jörn Zaefferer | 2012-05-09 | 1 | -0/+3 |
| | | | | If that can be made to pass, it should be added to the default task | ||||
* | grunt.js testswarm task: shorten job name | Timo Tijhof | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | Grunt: Fix testswarm username | Jörn Zaefferer | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | Grunt: Add testswarm task | Jörn Zaefferer | 2012-05-07 | 1 | -0/+22 |
| | |||||
* | Add resource by @mikesherov to gruntfile | Rick Waldron waldron.rick@gmail.com | 2012-04-25 | 1 | -0/+3 |
| | |||||
* | Fixes a minor spacing issue. | jaubourg | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | Initial grunt implementation | Rick Waldron waldron.rick@gmail.com | 2012-04-18 | 1 | -0/+159 |