aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Expand)AuthorAgeFilesLines
* Remove the Makefile and replace the submodule update with a grunt task. Thank...Mike Sherov2012-10-151-9/+19
* 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
* Remove superfluous `@` in compressed header. Close gh-925.Dave Methvin2012-09-091-1/+1
* 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 ajax...jaubourg2012-07-131-0/+1
* 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
* 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 l...Rick Waldron2012-06-251-60/+20
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue...Rick Waldron2012-06-251-0/+3
* 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
* 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 wh...Jörn Zaefferer2012-06-141-1/+1
* 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
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-101-15/+53
* Grunt: Update testswarm task to use more config properties. Already deployed ...Jörn Zaefferer2012-06-071-5/+6
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #1...Mike Sherov2012-06-071-1/+1
* Make dimensions modular, adds optional build flag. Fixes #11856Mike Sherov2012-06-051-1/+1
* Allow users to store custom dist destinations in dist/.destination.jsonRick Waldron2012-06-051-18/+50
* Don't create "*" dir when "grunt dist" is run without explicit destination di...Rick Waldron2012-06-051-0/+7
* Create special "grunt watch" task called "dev"Rick Waldron2012-06-051-1/+5
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-9/+58
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-281-25/+44
* Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796.Oleg2012-05-271-1/+0
* Grunt: Increase TestSwarm timeout to 30 minutesJörn Zaefferer2012-05-181-0/+1
* Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. ...Jörn Zaefferer2012-05-091-0/+3
* grunt.js testswarm task: shorten job nameTimo Tijhof2012-05-071-1/+1
* Grunt: Fix testswarm usernameJörn Zaefferer2012-05-071-1/+1
* Grunt: Add testswarm taskJörn Zaefferer2012-05-071-0/+22
* Add resource by @mikesherov to gruntfileRick Waldron waldron.rick@gmail.com2012-04-251-0/+3
* Fixes a minor spacing issue.jaubourg2012-04-221-1/+1
* Initial grunt implementationRick Waldron waldron.rick@gmail.com2012-04-181-0/+159