aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Expand)AuthorAgeFilesLines
* Grunt: Increase TestSwarm timeout to 30 minutesJörn Zaefferer2012-05-181-1/+1
* Effects: Lint fixes.Scott González2012-05-171-1/+1
* Grunt: Added task for generating the list of authors.Scott González2012-05-141-0/+24
* grunt.js testswarm task: shorten job nameTimo Tijhof2012-05-071-2/+2
* Grunt: Cleanup testswarm task, increase timeout to 20 minutes (until BrowserS...Jörn Zaefferer2012-05-071-27/+27
* Don't run JSHint on TestSwarm.Scott González2012-05-041-1/+1
* Grunt: Add copy:dist_units_images target to get rid of 404s when running unit...Jörn Zaefferer2012-05-021-1/+6
* Grunt: Read authToken from a config json file. Will be stored on Jenkins mach...Jörn Zaefferer2012-04-301-2/+3
* Fully revert breaking changes to core unit tests markup (htmllint ignores it ...Jörn Zaefferer2012-04-301-3/+3
* Update grunt.jsTimo Tijhof2012-04-301-2/+2
* Grunt: Update to node-testswarm 0.2.0Jörn Zaefferer2012-04-301-2/+2
* Grunt: Fix testswarm urlsJörn Zaefferer2012-04-291-1/+1
* Grunt: Extend list of tests to run with TestSwarmJörn Zaefferer2012-04-291-4/+34
* Removed some unused variables.Scott González2012-04-281-3/+1
* Grunt: Experimental testswarm integrationJörn Zaefferer2012-04-281-0/+18
* Grunt: Ignore core unit test markup for htmlllint until that codebase attribu...Jörn Zaefferer2012-04-271-1/+1
* Grunt: Ignore ajax content test files in htmllint taskJörn Zaefferer2012-04-261-1/+4
* Grunt: Add sizer_all to compare sizes of individual componentsJörn Zaefferer2012-04-241-8/+17
* Grunt: Update to htmllint in default taskJörn Zaefferer2012-04-231-1/+1
* Grunt: Update grunt-html to 0.1.1, renamed task to htmllintJörn Zaefferer2012-04-231-1/+1
* Grunt: Add grunt-html for html validationJörn Zaefferer2012-04-221-1/+6
* Use .jshintrc files.Scott González2012-04-201-94/+20
* Grunt: Added link to JSHint issue.Scott González2012-04-191-1/+1
* Spinner tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-1/+0
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+0
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-2/+0
* Menu tests: Don't pollute the global namespace with helpers.kborchers2012-04-191-2/+0
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-3/+1
* Tests: Lint.Scott González2012-04-191-4/+5
* Tests: Lint.Scott González2012-04-191-0/+4
* Tests: Lint.Scott González2012-04-191-0/+2
* Tests: Lint.Scott González2012-04-191-1/+20
* Tests: LintScott González2012-04-191-0/+1
* Tests: Lint.Scott González2012-04-181-4/+22
* Remove trailing whitespace.Scott González2012-04-181-2/+1
* Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: @V...Scott González2012-04-181-9/+12
* Remove compare_size; defer to plugin.Rick Waldron waldron.rick@gmail.com2012-04-121-71/+2
* Build: Get grunt default task to pass. Fix lint errors inside grunt.js file i...Jörn Zaefferer2012-04-041-40/+50
* Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...Jörn Zaefferer2012-04-041-2/+5
* Grunt: Removed newcap option from jshint task.Scott González2012-04-021-1/+0
* Grunt: Fixed jshint options.Scott González2012-04-021-37/+56
* Grunt: Whitelist js and css files for @version replacement instead of blackli...Scott González2012-04-021-3/+3
* Grunt: Copy jquery from root regardless of version; fix include list for mini...Scott González2012-04-021-2/+4
* Build/grunt: Strip existing (protected) headers from to-be-minified CSS filesJörn Zaefferer2012-04-021-1/+1
* Build/grunt: grunt.file.copy now expects options as third argument. Fixes the...Jörn Zaefferer2012-04-021-1/+3
* Grunt: Move common modules to top, along with lists of files.Scott González2012-03-301-56/+88
* Build/grunt: Add download_docs task for 1.8Jörn Zaefferer2012-03-291-0/+37
* Build/grunt: Use grunt.loadNpmTasks, now that its actually workingJörn Zaefferer2012-03-291-1/+1
* Build/grunt: Extract css related tasks, use grunt-css insteadJörn Zaefferer2012-03-281-42/+6
* Grunt: Update for new grunt API.Scott González2012-03-231-79/+83