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
Jörn Zaefferer
5549dfabba
Revert "Updating the master version to 1.10.1pre."
...
This reverts commit 20cf7abef1
.
2013-01-14 21:19:09 +01:00
Jörn Zaefferer
20cf7abef1
Updating the master version to 1.10.1pre.
2013-01-14 21:16:43 +01:00
Scott González
6970715d84
Updated maintainers list.
2013-01-08 20:15:35 -05:00
Jörn Zaefferer
1481b08012
Build: Update to node-testswarm 0.3
2012-12-07 10:51:44 +01:00
Jörn Zaefferer
d5e75ca1a1
Build: Update grunt-junit, gets rid of the bogus xml files.
2012-12-07 10:10:50 +01:00
Scott González
30556ce493
Build: Set version to 1.10.0pre.
2012-10-26 14:43:16 -04:00
Scott González
c45dc65291
Updated list of maintainers.
2012-10-23 15:15:20 -04:00
Mike Sherov
d67522e329
Build: Upgrade to the latest Grunt and JSHint - Closes gh-786
2012-10-22 17:04:08 -05:00
Scott González
ec60dcd186
Updating the master version to 1.9.1pre.
2012-10-05 14:52:15 -04:00
Jörn Zaefferer
9bac5bb54a
Grunt: New task for downloading themes using new themeroller.
...
* Replaces the old theme tasks with generate_themes.
* Drops useless download_docs task
* Drops request module
2012-09-24 08:54:24 +02:00
Scott González
485ca7192a
Simplify licensing.
2012-08-09 15:09:50 -04:00