Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update npm dependencies | Michał Gołębiowski-Owczarek | 2021-09-02 | 1 | -6/+6 |
| | |||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -2/+2 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Build: Rename the primary branch `master` to `main` | Michał Gołębiowski-Owczarek | 2021-02-19 | 1 | -1/+1 |
| | | | Closes gh-1944 | ||||
* | Build: Update grunt-contrib-qunit version from 1.0.1 to 4.0.0 | sakshi87 | 2020-10-21 | 1 | -1/+1 |
| | | | Closes gh-1894 | ||||
* | Build: Update to the latest version of Grunt & many other packages | Micah Miller | 2020-10-14 | 1 | -14/+15 |
| | | | | | | | | JSHint, JSCS & QUnit-related packages are not updated as they need more code adjustments. Fixes #15112 Closes gh-1882 | ||||
* | Package: Remove Scott González from maintainers | Felix Nagel | 2020-08-11 | 1 | -5/+0 |
| | |||||
* | All: Drop support for jQuery 1.7 | Michał Gołębiowski-Owczarek | 2020-07-22 | 1 | -1/+1 |
| | | | Closes gh-1923 | ||||
* | Build: Update the version from 1.12.2-pre to 1.13.0-pre | Michał Gołębiowski-Owczarek | 2020-07-22 | 1 | -1/+1 |
| | | | Closes gh-1921 | ||||
* | Build: Add jQuery as explicit dependency, with min and max range | Jörn Zaefferer | 2017-01-25 | 1 | -1/+3 |
| | | | | | | | 1.7.0 is our minimum supported version, 3.x.x our maximum. Closes gh-1779 Closes gh-1790 | ||||
* | Build: Updating the master version to 1.12.2-pre. | Scott González | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | Build: Updating the master version to 1.12.1-pre. | Jörn Zaefferer | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Build: Add grunt-cli to devDependencies, don't install it globally | Michał Gołębiowski | 2016-05-25 | 1 | -0/+1 |
| | | | | | | | This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref gh-1706 | ||||
* | Build: Upgrade to grunt-html 6.0.0 | Scott González | 2016-02-24 | 1 | -1/+1 |
| | | | | Closes gh-1680 | ||||
* | Revert "Build: Upgrade grunt-html to 6.0.0" | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | | | This reverts commit f9e07a374cc912e85a3d7d97281c1c5438fa1a43. Travis doesn't support Java v1.8 yet. | ||||
* | Build: Upgrade commitplease to 2.3.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Closes gh-1670 | ||||
* | Build: Upgrade rimraf to 2.5.1 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade load-grunt-tasks to 3.4.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-html to 6.0.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-git-authors to 3.1.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Remove grunt-esformatter | Scott González | 2016-02-09 | 1 | -1/+0 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-contrib-uglify to 0.11.1 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-contrib-qunit to 1.0.1 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-contrib-jshint to 0.12.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-csslint to 0.5.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-bowercopy to 1.2.4 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt to 0.4.5 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Update bugs URL | Scott González | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Build: Fix requirejs task and add CSS concat task back in | Scott González | 2015-10-17 | 1 | -0/+1 |
| | |||||
* | Build: Add main entry for webpack support; actual value doesn't matter | Jörn Zaefferer | 2015-09-24 | 1 | -0/+1 |
| | | | | | Fixes #14375 Closes gh-1600 | ||||
* | Build: bump jscs version | Alexander Schmitz | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Build: remove dependency on grunt-contrib-concat | Alexander Schmitz | 2015-08-08 | 1 | -1/+0 |
| | |||||
* | Build: Add requirejs build task | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | | This more closely emulates what you get from the builder in terms of file order it also will error on any dependency issues. | ||||
* | Build: Update the licenses attribute to singular license | Jörn Zaefferer | 2015-07-24 | 1 | -6/+1 |
| | | | | | Specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license | ||||
* | Tests: Change test infrastructure to use AMD and reduce boilerplate | Scott González | 2015-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | Build: Increase htmllint coverage by testing all files, ignoring errors | Jörn Zaefferer | 2015-03-18 | 1 | -1/+1 |
| | | | | | | Also formats jscsBad array and sorts it alphabetically. Closes gh-1507 | ||||
* | Build: Update grunt-jscs to latest, use exceptions to improve coverage | Jörn Zaefferer | 2015-03-18 | 1 | -1/+1 |
| | | | | Closes gh-1506 | ||||
* | Build: Update list of maintainers | Scott González | 2015-01-14 | 1 | -10/+5 |
| | |||||
* | Build: Upgrade to grunt-git-authors 2.0.0 and add update-authors task | Scott González | 2014-10-24 | 1 | -1/+1 |
| | | | | Closes gh-1378 | ||||
* | Build: Upgrade to commitplease 2.0.0 | Jörn Zaefferer | 2014-10-22 | 1 | -1/+1 |
| | | | | | commitplease now accepts "[tmp]:" and similar to temporary commits, useful while updating pull requests that are squashed later. | ||||
* | Build: Update version to 1.12.0-pre | Scott González | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | Build: Updating the master version to 1.11.3-pre. | Scott González | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | Build: Update jscs and fix some code style issues | Jörn Zaefferer | 2014-08-14 | 1 | -1/+1 |
| | | | | | | Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars. | ||||
* | Build: Updating the master version to 1.11.2-pre. | Jörn Zaefferer | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Build: Update license | Scott González | 2014-06-27 | 1 | -1/+1 |
| | | | | Closes gh-1257 | ||||
* | Build: Updating the master version to 1.11.1-pre. | Jörn Zaefferer | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Build: Upgrade to grunt-bowercopy 1.1.0 | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | Ref gh-1266 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Build: Add Felix Nagel as a maintainer | Scott González | 2014-04-24 | 1 | -0/+5 |
| | |||||
* | Build: Update version from pre to -pre | Scott González | 2014-04-17 | 1 | -1/+1 |
| | | | | Ref jquery/jquery-release#61 | ||||
* | Build: Use bower to manage client-side dependencies | Jörn Zaefferer | 2014-03-05 | 1 | -0/+1 |
| | | | | | Fixes #9507 Closes gh-1201 |