aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Switch to the new qunit-composite moduleScott González2015-04-071-0/+4
| | | | | | This module was created from our existing implementation. Closes gh-1532
* Effects: Fix style issues in individual effectsJörn Zaefferer2015-03-181-1/+1
| | | | | | Skipping ui/effect.js since embedded jquery-color has many issues. Closes gh-1510
* Build: Menu and Tabs now pass all jscs rulesJörn Zaefferer2015-03-181-3/+1
|
* Build: Increase htmllint coverage by testing all files, ignoring errorsJörn Zaefferer2015-03-181-5/+35
| | | | | | Also formats jscsBad array and sorts it alphabetically. Closes gh-1507
* Build: Update grunt-jscs to latest, use exceptions to improve coverageJörn Zaefferer2015-03-181-6/+26
| | | | Closes gh-1506
* Build: Add qunit-assert-classes plug-in for classes testsAlexander Schmitz2015-03-111-0/+3
|
* Build: Don't use .min.js extension for individual source filesScott González2015-03-051-1/+1
| | | | | | | | | | We don't actually use these files for anything other than size comparisons, but having the .min.js extension means that AMD is broken. Note: If you're using AMD with the minified files, just run a build instead. Fixes #10674 Closes gh-1466
* Build: Upgrade to jQuery 1.11.2Scott González2015-02-231-3/+24
| | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-15/+0
| | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Upgrade to grunt-git-authors 2.0.0 and add update-authors taskScott González2014-10-241-0/+57
| | | | Closes gh-1378
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-0/+3
| | | | Fixes #10563
* Resizable: fix JSCS violationsMike Sherov2014-08-111-3/+3
|
* Build: Upgrade to jquery-mousewheel 3.1.12Scott González2014-07-221-0/+1
|
* Bower: Change jquery dependency to >=1.6 (don't limit max version)Scott González2014-06-241-2/+3
| | | | | Fixes #10110 Closes gh-1266
* Test: Get all jQuery versions from BowerScott González2014-06-241-1/+64
| | | | Ref gh-1266
* Build: Reorganize external directoryScott González2014-06-241-17/+17
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Add widget optionDavid Petersen2014-05-261-3/+3
| | | | | | Allows running qunit tests for a single widget Closes gh-1254
* External: Update mousewheel plugin, copy only main fileJörn Zaefferer2014-04-141-1/+1
|
* Build: Include draggable.css and sortable.css in the CSS concat stepTJ VanToll2014-04-141-0/+2
|
* Build: Include grunt tasks files in jscs taskJörn Zaefferer2014-03-121-1/+1
|
* Build: Use bower to manage client-side dependenciesJörn Zaefferer2014-03-051-0/+22
| | | | | Fixes #9507 Closes gh-1201
* Draggable: fix current JSCS violations.Mike Sherov2014-02-181-1/+1
|
* Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggableBrian J. Dowling2014-02-111-3/+7
| | | | | | | | Some unit tests were disabled in phantomjs. Dialog and draggable depended on a larger viewPort. Tooltip just worked, that was reenabled as well. Closes gh-1173
* Build: Add load-grunt-tasksPatrick Stapleton2014-02-111-10/+1
| | | | Closes gh-1191
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-11/+11
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Tests: Fix draggable_options expected test count to be dynamicBrian J. Dowling2014-01-161-1/+1
| | | | | | | | The test count was previously incremented to 8 when normally 6 tests are run. After figuring out the dynamic test code, I just made the expect depend on the same array length Also re-enabled the test in the Gruntfile since it now passes.
* JSCS config: Set requireSpaceBeforeBinaryOperators, fix occurencesJörn Zaefferer2013-12-091-1/+1
|
* Grunt: Add grunt-esformatter, formats all source files (no validation)Jörn Zaefferer2013-12-071-0/+16
|
* Gruntfile: FormattingJörn Zaefferer2013-12-071-9/+9
|
* Merge branch 'master' into selectmenuJörn Zaefferer2013-11-161-1/+9
|\
| * Build: Add jscs task for code style checkingJörn Zaefferer2013-11-131-1/+9
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-11-131-24/+9
|\|
| * Build: Renamed jshint target from src to all.Scott González2013-11-111-1/+1
| |
| * Update grunt-contrib-jshint to 0.7.1 and squash jshint tasks.Scott González2013-11-011-23/+8
| |
| * Draggable Tests: Ensure all combinations of helper / draggable positions / ↵Mike Sherov2013-10-291-1/+1
| | | | | | | | scrollParents / parent positions are tested accurately.
* | Merge branch 'master' into selectmenuFelix Nagel2013-10-101-35/+0
|\|
| * Build: Remove the build task and it's dependencies. Will bring back testing ↵Jörn Zaefferer2013-09-201-35/+0
| | | | | | | | against minified files later.
* | Merge branch 'master' into selectmenuFelix Nagel2013-07-091-1/+1
|\|
| * Build: Implement an asciilint task to verify content of ui files (ignore ↵Jörn Zaefferer2013-07-031-1/+1
| | | | | | | | i18n). Fixes #9037 - Build: Verify characters in output
* | Merge branch 'master' into selectmenuFelix Nagel2013-07-011-118/+3
|\|
| * Add comment (TODO: amend before land)Rafael Xavier de Souza2013-06-261-0/+2
| |
| * Release: Use downloadBuilder to build pre/cdn packages instead of our grunt ↵Rafael Xavier de Souza2013-06-261-118/+1
| | | | | | | | tasks
* | Merge branch 'master' into selectmenuFelix Nagel2013-04-211-2/+2
|\|
| * Grunt: Allow tabs tests to run in PhantomJS.Scott González2013-04-121-1/+1
| |
| * Build: Change single quotes to double quotes.Scott González2013-04-081-1/+1
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-03-191-0/+1
|/
* Use .csslintrc instead of inlining rules in the Gruntfile.Scott González2013-03-151-9/+1
|
* Grunt: Run all CSS files through csslint.Scott González2013-03-151-8/+6
|
* Grunt: Add lint and test aliases.Scott González2013-03-151-1/+3
|