aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-35/+15
| | | | | Fixes #15393 Closes gh-1958
* Build: Fix the new htmllint error regexMichał Gołębiowski-Owczarek2021-03-101-1/+1
| | | | | | | | | Some bad pages are being detected as Catalan randomly which makes the build fail. This is reproducible both locally & on Travis. PR gh-1949 added a new regex to account for this error but it didn't escape parens properly so it's not matching the problematic error message. Ref gh-1949 Closes gh-1950
* Build: Add a new htmllint error regexMichał Gołębiowski-Owczarek2021-03-091-1/+2
| | | | | | | Some bad pages are being detected as Catalan randomly which makes the build fail. This is reproducible both locally & on Travis. This commit adds a new regex to account for this error. Closes gh-1949
* Build: Add jQuery 3.6.0, update Migrate from 3.3.1 to 3.3.2Michał Gołębiowski-Owczarek2021-03-091-2/+5
| | | Closes gh-1948
* Build: Update grunt-contrib-qunit version from 1.0.1 to 4.0.0sakshi872020-10-211-1/+11
| | | Closes gh-1894
* Build: Update to the latest version of Grunt & many other packagesMicah Miller2020-10-141-6/+8
| | | | | | | | JSHint, JSCS & QUnit-related packages are not updated as they need more code adjustments. Fixes #15112 Closes gh-1882
* Tests: Update jQuery Migrate from 3.3.0 to 3.3.1Michał Gołębiowski-Owczarek2020-07-271-2/+2
| | | | | | That upgrade makes UI pass the whole test suite without a single jQuery Migrate warning. 🎉 Closes gh-1932
* All: Drop support for jQuery 1.7Michał Gołębiowski-Owczarek2020-07-221-9/+0
| | | Closes gh-1923
* Build: Add jQuery 3.5.0 & 3.5.1Michał Gołębiowski-Owczarek2020-05-161-0/+6
| | | Closes gh-1915
* Build: Update jQuery Simulate, jQuery Migrate & jQuery ColorMichał Gołębiowski-Owczarek2020-05-161-2/+13
| | | | | | The jQuery Simulate & jQuery Color updates are needed for compatibility with jQuery master, a future jQuery 4. Closes gh-1914
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-081-29/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of the changes: * Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against * Build: Load jQuery & Migrate via HTTPS * Build: Add package-lock.json to .gitignore * Build: Update jQuery Migrate from 3.0.0 to 3.1.0 * Build: Allow to run tests against jQuery 3.x-git * Build: Fix formatting according to JSCS rules * Build: Disable JSCS for the inlined jQuery Color * All: Switch from $.isArray to Array.isArray (jQuery.isArray will be removed in jQuery 4.0) * All: Switch from `$.isFunction( x )` to `typeof x === "function"` (jQuery.isFunction will be removed in jQuery 4.0) * All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0 * Effects: Fix a timing issue in a variable declaration. Previously, a jQuery object was created, chained & assigned to a variable that was then accessed in a callback used inside of this chained definition. Due to a timing difference in when the callback fired for the first time in latest jQuery master, it was being called before the variable was defined. * Tests: Make dialog & draggable unit tests less strict (newest jQuery returns fractional results in some cases, making comparisons fail when there's a tiny difference) * All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim will be deprecated in jQuery 3.5) Closes gh-1901
* Qunit: Add bootstrap config for running tests with jQuery MigrateEirik Sletteberg2017-02-061-1/+7
| | | | Closes gh-1774
* Build: Add jQuery 3.1.1Michał Gołębiowski2016-11-021-1/+4
| | | | Closes gh-1766
* Build: Fix list of source files1-12-stableScott González2016-09-271-7/+7
| | | | | Fixes #15052 Closes gh-1751
* Build: Add jQuery 3.1.0Scott González2016-07-081-1/+4
|
* Build: Add jQuery 3.0 for testingAlexander Schmitz2016-07-061-2/+5
|
* Build: Adjust author info for Dan StrohlScott González2016-06-301-3/+1
|
* Build: Add jQuery 1.12/2.2 to the test configurationMichał Gołębiowski2016-05-251-1/+34
| | | | Ref gh-1706
* Build: Remove maxLineLength execption in .jscsrcAlexander Schmitz2016-04-131-2/+11
| | | | | | Also seperates tests into a seperate task because they still have many errors Closes gh-1690
* Build: Adjust author info for Dan StrohlScott González2016-04-061-1/+3
|
* Build: Upgrade grunt-git-authors to 3.1.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Remove grunt-esformatterScott González2016-02-091-15/+0
| | | | Ref gh-1670
* Build: Add `grunt jenkins` taskScott González2015-10-171-0/+1
|
* Build: Fix requirejs task and add CSS concat task back inScott González2015-10-171-1/+38
|
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-5/+2
| | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
* Build: update grunt file for .jscsrcAlexander Schmitz2015-09-111-1/+1
| | | | Closes gh-1589
* Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscsAlexander Schmitz2015-09-111-4/+0
|
* Build: Style updatesAlexander Schmitz2015-09-111-1/+4
| | | | Ref #14246
* Build: Style updatesAlexander Schmitz2015-08-211-40/+5
| | | | | Fixes #14246 Closes gh-1588
* Build: Remove grunt concat task its no longer usedAlexander Schmitz2015-08-081-42/+0
| | | | | | This task was only used to create the combined js file for sizer and for creating the combined files for the NPM package. The npm package is no longer maintained so there is no need for this any more.
* Build: Add requirejs build taskAlexander Schmitz2015-08-081-13/+24
| | | | | This more closely emulates what you get from the builder in terms of file order it also will error on any dependency issues.
* Build: Add demos to jscs and jshintAlexander Schmitz2015-07-211-1/+11
|
* Demos: Add new infrastructure using a require.js bootstrapAlexander Schmitz2015-07-211-1/+10
| | | | | Fixes #10119 Closes gh-1557
* Build: Upgrade to jQuery 1.11.3Scott González2015-05-141-0/+3
|
* Tests: Fix AMD loading in IE8Scott González2015-04-171-1/+2
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Tests: Use the qunit-assert-close moduleScott González2015-04-091-0/+3
| | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528
* Tests: Change test infrastructure to use AMD and reduce boilerplateScott González2015-04-091-0/+3
| | | | | | | | | | | Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test
* 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
|