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
Jörn Zaefferer
9ef09edc79
Build: Remove the build task and it's dependencies. Will bring back testing against minified files later.
2013-09-20 18:27:07 +02:00
Jörn Zaefferer
041e0ec492
Build: Update grunt-compare-size to latest, add it's .sizecache.json to .gitignore
2013-09-20 17:59:04 +02:00
TJ VanToll
643ef44ee2
Upgrade grunt-contrib-jshint to 0.6.3.
2013-08-28 09:22:26 -04:00
Jörn Zaefferer
a960295629
Build: Update grunt-contrib-jshint to latest, fixes jshint errors not aborting the build
2013-06-20 16:53:08 +02:00
Jörn Zaefferer
b5c41a2b33
Build: Add support for running on Travis
2013-06-12 21:52:14 +02:00
Jörn Zaefferer
a9bb4880d3
Build: Update node-testswarm to 1.1.0 to match latest TestSwarm API
2013-05-31 11:37:09 +02:00
Jörn Zaefferer
cb3e7496e8
Revert b12def5ab2
- instead update to testswarm@1.0.3, which always passes as a boolean.
2013-05-31 10:47:10 +02:00
Jörn Zaefferer
5c0a6aaeb7
Build: Fix version in package.json, oversight when branching 1-10-stable
2013-04-26 18:10:47 +02:00
Scott González
cdff8de18f
Upgrade grunt-contrib-jshint to 0.4.1.
2013-04-08 15:02:54 -04:00
Scott González
f281ce9e6c
Upgrade to grunt 0.4.1.
2013-03-21 12:34:28 -04:00
Scott González
39a2f465a5
Use .csslintrc instead of inlining rules in the Gruntfile.
2013-03-15 09:57:49 -04:00
Scott González
db27541b3c
Updating the master version to 1.10.3pre.
2013-03-14 12:23:06 -07:00
Scott González
b280b8587e
Upgrade to grunt-git-authors 1.2.0.
2013-03-12 14:55:08 -04:00
Jörn Zaefferer
e090a36555
Build: Update to grunt-contrib-qunit 0.2.0 to get latest PhantomJS
2013-03-12 13:53:18 +01:00
Jörn Zaefferer
bd211df0d3
Build: Switch from grunt-css to the equivalent grunt-contrib tasks
2013-03-12 11:00:32 +01:00
Jörn Zaefferer
f87b4e0f4a
Build: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css and grunt-html, update custom tasks. Drop qunit-junit plugin, not worth the trouble. Update release script to run grunt-prepare after npm-install.
2013-03-12 11:00:32 +01:00
Scott González
f78c8ca22c
Updating the master version to 1.10.2pre.
2013-02-15 15:07:15 -05:00
Jörn Zaefferer
0e0d51dced
Upgrade to node-testswarm 1.0. -alpha works well, tested with QUnit already.
2013-02-01 18:44:51 +01:00
Scott González
a63c0910a6
Updating the master version to 1.10.1pre.
2013-01-17 13:32:30 -05:00