aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Build: Updating the master version to 1.12.1-pre.Jörn Zaefferer2016-07-081-1/+1
|
* Build: Add grunt-cli to devDependencies, don't install it globallyMichał Gołębiowski2016-05-251-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.0Scott González2016-02-241-1/+1
| | | | Closes gh-1680
* Revert "Build: Upgrade grunt-html to 6.0.0"Scott González2016-02-091-1/+1
| | | | | | This reverts commit f9e07a374cc912e85a3d7d97281c1c5438fa1a43. Travis doesn't support Java v1.8 yet.
* Build: Upgrade commitplease to 2.3.0Scott González2016-02-091-1/+1
| | | | Closes gh-1670
* Build: Upgrade rimraf to 2.5.1Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade load-grunt-tasks to 3.4.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-html to 6.0.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* 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-1/+0
| | | | Ref gh-1670
* Build: Upgrade grunt-contrib-uglify to 0.11.1Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-contrib-qunit to 1.0.1Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-contrib-jshint to 0.12.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-csslint to 0.5.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-bowercopy to 1.2.4Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt to 0.4.5Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Update bugs URLScott González2015-12-081-1/+1
|
* Build: Fix requirejs task and add CSS concat task back inScott González2015-10-171-0/+1
|
* Build: Add main entry for webpack support; actual value doesn't matterJörn Zaefferer2015-09-241-0/+1
| | | | | Fixes #14375 Closes gh-1600
* Build: bump jscs versionAlexander Schmitz2015-09-111-1/+1
|
* Build: remove dependency on grunt-contrib-concatAlexander Schmitz2015-08-081-1/+0
|
* Build: Add requirejs build taskAlexander Schmitz2015-08-081-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 licenseJörn Zaefferer2015-07-241-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 boilerplateScott González2015-04-091-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 errorsJörn Zaefferer2015-03-181-1/+1
| | | | | | 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-1/+1
| | | | Closes gh-1506
* Build: Update list of maintainersScott González2015-01-141-10/+5
|
* Build: Upgrade to grunt-git-authors 2.0.0 and add update-authors taskScott González2014-10-241-1/+1
| | | | Closes gh-1378
* Build: Upgrade to commitplease 2.0.0Jörn Zaefferer2014-10-221-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-preScott González2014-10-161-1/+1
|
* Build: Updating the master version to 1.11.3-pre.Scott González2014-10-161-1/+1
|
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-141-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 Zaefferer2014-08-131-1/+1
|
* Build: Update licenseScott González2014-06-271-1/+1
| | | | Closes gh-1257
* Build: Updating the master version to 1.11.1-pre.Jörn Zaefferer2014-06-261-1/+1
|
* Build: Upgrade to grunt-bowercopy 1.1.0Scott González2014-06-241-1/+1
| | | | Ref gh-1266
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Build: Add Felix Nagel as a maintainerScott González2014-04-241-0/+5
|
* Build: Update version from pre to -preScott González2014-04-171-1/+1
| | | | Ref jquery/jquery-release#61
* Build: Use bower to manage client-side dependenciesJörn Zaefferer2014-03-051-0/+1
| | | | | Fixes #9507 Closes gh-1201
* Build: Update to latest grunt-htmlJörn Zaefferer2014-02-211-1/+1
|
* Build: Sort dependencies and update grunt-compare-size to latestJörn Zaefferer2014-02-111-1/+1
|
* Build: Add commitplease as devDependency, to check commit messagesJörn Zaefferer2014-02-111-0/+1
|
* Build: Add load-grunt-tasksPatrick Stapleton2014-02-111-6/+7
| | | | Closes gh-1191
* Build: Upgrade to grunt-contrib-qunit, supports page optionsJörn Zaefferer2014-01-171-1/+1
|
* Build: Upgrade to grunt-contrib-csslint 0.2.0Scott González2014-01-161-1/+1
| | | | | This should fix the crazy grunt-contrib-csslint -> csslint -> parserlib fuzzy version issues.
* Build: Update grunt and grunt-jscs-checker, use jquery preset for jscsJörn Zaefferer2014-01-101-2/+2
|
* Build: Update to lastest grunt-jscs-checkerJörn Zaefferer2013-12-091-1/+1
|
* Grunt: Add grunt-esformatter, formats all source files (no validation)Jörn Zaefferer2013-12-071-0/+1
|
* Build: Add jscs task for code style checkingJörn Zaefferer2013-11-131-0/+1
|