aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Collapse)AuthorAgeFilesLines
* Update to Grunt 0.4, and Uglify2 with Source Maps!Mike Sherov2012-12-191-484/+0
|
* Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074.Richard Gibson2012-12-131-1/+7
|
* Make compatible with jshint, lint test/data. Close gh-1043.Timo Tijhof2012-12-061-5/+11
|
* Grunt: Rename TestSwarm job name pattern for PR. Close gh-1042.Timo Tijhof2012-11-251-1/+1
| | | | | More consistent with the other one: Project Name <id_type> #id.
* Using the right matched paramCorey Frang2012-11-241-1/+1
|
* Adding job name for pull request jobs coming from mergeatronCorey Frang2012-11-241-2/+12
|
* Grunt: Set testswarm/browserSets from JSON file.Timo Tijhof2012-11-181-1/+1
| | | | File on jq03.jquery.com is already updated.
* Fix builds with partial ajax support (e.g., custom:ajax/xhr)Richard Gibson2012-11-011-13/+28
|
* Fixes #12752: Added OS-switch for grunt task "custom", to make use of ↵Roland Eckl2012-10-171-1/+1
| | | | grunt.cmd on Windows operating systems. closes gh-996
* Don't be so picky about path separatorsRick Waldron2012-10-171-5/+0
|
* Code cleanup in grunt.js. Closes gh-984Ish2012-10-161-8/+8
|
* Clean up jshintrc configs. Close gh-983.Mike Sherov2012-10-161-11/+2
|
* Remove unused child_process init and assignment from grunt.js. Closes gh-978Ish2012-10-161-2/+0
|
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-1/+1
|
* put "use strict" where it belongs so that this works for jshint 0.5.x up to ↵jaubourg2012-10-161-0/+2
| | | | 0.9.x
* Remove use strict from gruntDave Methvin2012-10-161-2/+0
|
* latest jshint requires "use strict"; declaration when enforcing strict modejaubourg2012-10-161-0/+2
|
* Move deprecated.js to the bottom of the build to ensure nothing depends on a ↵Timmy Willison2012-10-151-1/+1
| | | | deprecated feature
* Format @DATE to ISO 8601 format. Fixes #12725, Closes gh-957Ben Truyman2012-10-151-3/+12
|
* Fixes update submodule task for windows (uses an npm based task)jaubourg2012-10-151-30/+2
|
* Remove the Makefile and replace the submodule update with a grunt task. ↵Mike Sherov2012-10-151-9/+19
| | | | Thanks to @ryanneufeld. Closes gh-953.
* Use the correct escape for BOM; add build code to detect non-ASCII.Dave Methvin2012-10-111-0/+21
|
* Use Uglify's ascii_only to avoid converting UTF-8 escapes.Dave Methvin2012-10-111-1/+5
| | | | Thanks @curiousdannii!
* Remove superfluous `@` in compressed header. Close gh-925.Dave Methvin2012-09-091-1/+1
| | | | Thanks @vlakoff!
* Do not watch the dist files to make infinite change loops less common.Timmy Willison2012-08-241-1/+1
|
* Correct documentation of custom grunt task. Closes gh-904Mike Pennisi2012-08-221-1/+1
|
* Add grunt-git-authors task.Dave Methvin2012-07-241-1/+2
|
* Really support subproject tests in testswarm, closes gh-868Richard Gibson2012-07-221-1/+1
|
* Push serialize module to swarm /cc @jaubourgCorey Frang2012-07-131-1/+1
|
* Extracts the serialization code from the ajax module so that alternative ↵jaubourg2012-07-131-0/+1
| | | | ajax implementations can use it without the need for the whole ajax module to be included in the build.
* grunt custom saves minified version automattically. Close gh-856, Fixes #12059Corey Frang2012-07-111-4/+15
|
* Fixes indentation in grunt.jsRick Waldron2012-07-091-31/+31
|
* Update grunt:selector task to handle new Sizzle EXPOSE blockRick Waldron2012-07-091-3/+36
|
* Fix typo in grunt lint:testsRick Waldron2012-06-301-1/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes broken grunt watch task. Part 2Rick Waldron2012-06-261-1/+1
|
* Fixes broken grunt watch task.Rick Waldron2012-06-261-1/+4
|
* Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI ↵Rick Waldron2012-06-251-60/+20
| | | | loading method
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵Rick Waldron2012-06-251-0/+3
| | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
* Make @VERSION replace regex global. Fixes #11960Rick Waldron2012-06-231-1/+1
|
* Unit tests are linted and passing.Rick Waldron2012-06-211-7/+35
|
* Actually omit files that are specified. Fixes #11943Rick Waldron2012-06-201-1/+5
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Grunt: Include commit in header if passed as ENV arg, mostly for JenkinsJörn Zaefferer2012-06-181-2/+6
|
* Grunt: Update testswarm task to use new module filter, reduces duplication ↵Jörn Zaefferer2012-06-141-1/+1
| | | | when running, should speed things up
* Fix args translation example in gruntfile commentsRick Waldron2012-06-121-1/+1
|
* Simplify the terminal command args syntax for custom builds. Update READMERick Waldron2012-06-121-7/+67
|
* Run the `dist` task *after* minifying so we copy the new one.Dave Methvin2012-06-111-1/+1
|
* Test: Set testswarm.runMax from config fileTimo Tijhof2012-06-111-1/+1
|
* Modularize ajax (and sub-modules).jaubourg2012-06-111-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 Sherov2012-06-101-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 Zaefferer2012-06-071-5/+6
| | | | on Jenkins server