Commit Graph

114 Commits

Author SHA1 Message Date
Michał Gołębiowski
e6fd82d351 Build: Add grunt-cli to devDependencies, don't install it globally
This makes it possible to use Grunt without installing grunt-cli globally
which makes the whole process more resilient.

Ref gh-1706
2016-05-25 16:42:22 -04:00
Scott González
ff3769272b Build: Upgrade to grunt-html 6.0.0
Closes gh-1680
2016-02-24 13:03:01 -05:00
Scott González
2bc84615ae Revert "Build: Upgrade grunt-html to 6.0.0"
This reverts commit f9e07a374c.

Travis doesn't support Java v1.8 yet.
2016-02-09 14:29:56 -05:00
Scott González
40351deaf7 Build: Upgrade commitplease to 2.3.0
Closes gh-1670
2016-02-09 14:18:46 -05:00
Scott González
bdd4a27957 Build: Upgrade rimraf to 2.5.1
Ref gh-1670
2016-02-09 14:18:44 -05:00
Scott González
34b93bb7a8 Build: Upgrade load-grunt-tasks to 3.4.0
Ref gh-1670
2016-02-09 14:18:41 -05:00
Scott González
f9e07a374c Build: Upgrade grunt-html to 6.0.0
Ref gh-1670
2016-02-09 14:18:39 -05:00
Scott González
6c6ec87516 Build: Upgrade grunt-git-authors to 3.1.0
Ref gh-1670
2016-02-09 14:18:37 -05:00
Scott González
e20cec37cf Build: Remove grunt-esformatter
Ref gh-1670
2016-02-09 14:18:34 -05:00
Scott González
e210c1ce6d Build: Upgrade grunt-contrib-uglify to 0.11.1
Ref gh-1670
2016-02-09 14:18:32 -05:00
Scott González
61766aed92 Build: Upgrade grunt-contrib-qunit to 1.0.1
Ref gh-1670
2016-02-09 14:18:30 -05:00
Scott González
6fc090df6a Build: Upgrade grunt-contrib-jshint to 0.12.0
Ref gh-1670
2016-02-09 14:18:28 -05:00
Scott González
811080693d Build: Upgrade grunt-csslint to 0.5.0
Ref gh-1670
2016-02-09 14:18:25 -05:00
Scott González
b80c2fa8e3 Build: Upgrade grunt-bowercopy to 1.2.4
Ref gh-1670
2016-02-09 14:18:23 -05:00
Scott González
d8f09b0da1 Build: Upgrade grunt to 0.4.5
Ref gh-1670
2016-02-09 14:18:12 -05:00
Scott González
ffcfb85c98 Build: Update bugs URL 2015-12-08 09:33:52 -05:00
Scott González
e6b9b7cc02 Build: Fix requirejs task and add CSS concat task back in 2015-10-17 16:28:14 -04:00
Jörn Zaefferer
6308a261fd Build: Add main entry for webpack support; actual value doesn't matter
Fixes #14375
Closes gh-1600
2015-09-24 10:50:20 +02:00
Alexander Schmitz
e0acfda162 Build: bump jscs version 2015-09-11 08:36:41 -04:00
Alexander Schmitz
8bf46a46ad Build: remove dependency on grunt-contrib-concat 2015-08-08 00:29:39 -04:00
Alexander Schmitz
a4869031e0 Build: Add requirejs build task
This more closely emulates what you get from the builder in terms of file order
it also will error on any dependency issues.
2015-08-08 00:29:39 -04:00
Jörn Zaefferer
cd6c751b88 Build: Update the licenses attribute to singular license
Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
2015-07-24 16:16:14 +02:00
Scott González
7c896ddb85 Tests: Change test infrastructure to use AMD and reduce boilerplate
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
2015-04-09 09:21:06 -04:00
Jörn Zaefferer
4e6e27d073 Build: Increase htmllint coverage by testing all files, ignoring errors
Also formats jscsBad array and sorts it alphabetically.

Closes gh-1507
2015-03-18 14:18:34 +01:00
Jörn Zaefferer
62620a3fdb Build: Update grunt-jscs to latest, use exceptions to improve coverage
Closes gh-1506
2015-03-18 13:50:56 +01:00
Scott González
3ecbe7867a Build: Update list of maintainers 2015-01-14 16:45:08 -05:00
Scott González
068254455f Build: Upgrade to grunt-git-authors 2.0.0 and add update-authors task
Closes gh-1378
2014-10-24 09:40:55 -04:00
Jörn Zaefferer
2159e0446c Build: Upgrade to commitplease 2.0.0
commitplease now accepts "[tmp]:" and similar to temporary commits,
useful while updating pull requests that are squashed later.
2014-10-22 17:53:42 +02:00
Scott González
c0df7b0138 Build: Update version to 1.12.0-pre 2014-10-16 15:04:12 -04:00
Scott González
0231e5862b Build: Updating the master version to 1.11.3-pre. 2014-10-16 08:44:07 -04:00
Jörn Zaefferer
54004c85d0 Build: Update jscs and fix some code style issues
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.
2014-08-14 14:12:12 +02:00
Jörn Zaefferer
98b7a7dd12 Build: Updating the master version to 1.11.2-pre. 2014-08-13 13:40:43 +02:00
Scott González
7c4c86a000 Build: Update license
Closes gh-1257
2014-06-27 11:18:20 -04:00
Jörn Zaefferer
292248307a Build: Updating the master version to 1.11.1-pre. 2014-06-26 14:36:58 +02:00
Scott González
66032703e8 Build: Upgrade to grunt-bowercopy 1.1.0
Ref gh-1266
2014-06-24 22:45:49 -04:00
Scott González
6df127a0b5 Build: Reorganize external directory
Put each external library into its own directory.
Move jquery.js to external.

Ref gh-1266
2014-06-24 22:45:32 -04:00
Scott González
e5008c2de1 Build: Add Felix Nagel as a maintainer 2014-04-24 10:04:31 -04:00
Scott González
0f272ee37a Build: Update version from pre to -pre
Ref jquery/jquery-release#61
2014-04-17 15:08:34 -04:00
Jörn Zaefferer
d789d7ab19 Build: Use bower to manage client-side dependencies
Fixes #9507
Closes gh-1201
2014-03-05 16:04:43 +01:00
Jörn Zaefferer
5f2252c951 Build: Update to latest grunt-html 2014-02-21 19:48:47 +01:00
Jörn Zaefferer
4c6fce77a7 Build: Sort dependencies and update grunt-compare-size to latest 2014-02-11 19:06:17 +01:00
Jörn Zaefferer
08c7328337 Build: Add commitplease as devDependency, to check commit messages 2014-02-11 19:01:23 +01:00
Patrick Stapleton
05c5646071 Build: Add load-grunt-tasks
Closes gh-1191
2014-02-11 18:42:51 +01:00
Jörn Zaefferer
031400b5f3 Build: Upgrade to grunt-contrib-qunit, supports page options 2014-01-17 11:28:35 +01:00
Scott González
6870897364 Build: Upgrade to grunt-contrib-csslint 0.2.0
This should fix the crazy grunt-contrib-csslint -> csslint -> parserlib fuzzy
version issues.
2014-01-16 12:24:20 -05:00
Jörn Zaefferer
e15d8cc232 Build: Update grunt and grunt-jscs-checker, use jquery preset for jscs 2014-01-10 16:06:58 +01:00
Jörn Zaefferer
8033cf4a5a Build: Update to lastest grunt-jscs-checker 2013-12-09 13:01:50 +01:00
Jörn Zaefferer
327bcbae8c Grunt: Add grunt-esformatter, formats all source files (no validation) 2013-12-07 18:00:46 +01:00
Jörn Zaefferer
c462e66f5d Build: Add jscs task for code style checking 2013-11-13 19:20:16 +01:00
Scott González
61d16ec939 Update grunt-contrib-jshint to 0.7.1 and squash jshint tasks. 2013-11-01 14:44:14 -04:00