aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Grunt: Replace custom rimraf-based clean task with grunt-contrib's ↵Jörn Zaefferer2012-06-161-2/+0
| | | | | | | | clean task" This reverts commit 38aac3770cc1e22e5e7225b90c47b37d857be13a. As long as grunt-contrib has a coffeescript dependency, we won't use it.
* Effects: Renamed all files.Scott González2012-06-151-1/+1
|
* Grunt: Coding standards.Scott González2012-06-141-1/+1
|
* Grunt: Replace custom rimraf-based clean task with grunt-contrib's clean taskJörn Zaefferer2012-06-141-0/+2
|
* Grunt: Add grunt-junit, to replace qunit task in Jenkins contextJörn Zaefferer2012-06-131-4/+3
|
* Build: Adding missing require in build.js and add buid/tasks/*.js to lint.Scott González2012-06-111-1/+1
|
* Grunt: Extract testswarm and build tasks into separate filesJörn Zaefferer2012-06-081-256/+2
|
* 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 ↵Jörn Zaefferer2012-05-071-27/+27
| | | | BrowserStack queue is increased)
* 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 ↵Jörn Zaefferer2012-05-021-1/+6
| | | | unit tests against minified files
* Grunt: Read authToken from a config json file. Will be stored on Jenkins ↵Jörn Zaefferer2012-04-301-2/+3
| | | | machine, include tokens for all projects
* Fully revert breaking changes to core unit tests markup (htmllint ignores it ↵Jörn Zaefferer2012-04-301-3/+3
| | | | | | now anyway). Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet.
* Update grunt.jsTimo Tijhof2012-04-301-2/+2
| | | | | | | | - Raise runMax to enable automatic error-margin recovery in TestSwarm - Turn browserSets into an array (since it is) - Add "beta" to browserSets (the only difference right now is the inclusion of IE10)
* 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 ↵Jörn Zaefferer2012-04-271-1/+1
| | | | attribute can be replaced
* 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: ↵Scott González2012-04-181-9/+12
| | | | @VERSION replacement incomplete.
* Remove compare_size; defer to plugin.Rick Waldron waldron.rick@gmail.com2012-04-121-71/+2
| | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
* Build: Get grunt default task to pass. Fix lint errors inside grunt.js file ↵Jörn Zaefferer2012-04-041-40/+50
| | | | itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css
* Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix ↵Jörn Zaefferer2012-04-041-2/+5
| | | | lint in those remaining
* 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 ↵Scott González2012-04-021-3/+3
| | | | blacklisting png.
* Grunt: Copy jquery from root regardless of version; fix include list for ↵Scott González2012-04-021-2/+4
| | | | minified CSS files.