aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css ↵Jörn Zaefferer2013-03-121-345/+0
| | | | and grunt-html, update custom tasks. Drop qunit-junit plugin, not worth the trouble. Update release script to run grunt-prepare after npm-install.
* Dialog: Exclude deprecated units from phantomjsJörn Zaefferer2012-11-261-1/+1
|
* Slider: Explicitly apply opacity filter to disabled handles. Fixed #6727 - ↵TJ VanToll2012-11-221-1/+1
| | | | Slider: Visual issues with disabled slider in IE8
* Dev: make sure all files can pass JSHint!Mike Sherov2012-11-091-4/+1
|
* Dev: remove all-active test runner as now all test suites can run cleanly!Mike Sherov2012-11-091-1/+1
|
* Dev: enable slider in the test suiteMike Sherov2012-11-091-1/+1
|
* Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: ↵Mike Sherov2012-11-091-2/+2
| | | | re-enable the datepicker test suite
* Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test ↵Mike Sherov2012-11-011-2/+2
| | | | suite to pass
* Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵Mike Sherov2012-10-311-2/+2
| | | | test suite to pass
* Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable ↵Mike Sherov2012-10-301-2/+2
| | | | test suite to pass
* Dev: Standardized the selectable test suite. Fixed #8752 - Dev: Get ↵Mike Sherov2012-10-301-2/+2
| | | | selectable test suite to pass
* Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵Mike Sherov2012-10-301-2/+2
| | | | test suite to pass
* Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵Scott González2012-10-251-1/+1
| | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute.
* Grunt: Disable csslint's vendor-prefix rule, we're including only the ↵Jörn Zaefferer2012-10-231-1/+2
| | | | prefixes that are still necessary in supported browsers
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-221-4/+3
|
* Grunt: Removed tooltip tests from qunit task.Scott González2012-10-211-1/+1
|
* Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist.Mike Sherov2012-10-171-0/+1
|
* Update lint task to include the release script.Scott González2012-10-031-1/+1
|
* Grunt: New task for downloading themes using new themeroller.Jörn Zaefferer2012-09-241-6/+2
| | | | | | * Replaces the old theme tasks with generate_themes. * Drops useless download_docs task * Drops request module
* Simplify licensing.Scott González2012-08-091-4/+1
|
* Build: Include *.jquery.json files in releaseJörn Zaefferer2012-08-021-0/+1
|
* Grunt: Use grunt-git-authors plugin to generate authors list.Scott González2012-07-051-0/+1
|
* 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
|