Commit Graph

136 Commits

Author SHA1 Message Date
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
Scott González
6aa2fd8900 Use tabs for package.json. 2012-07-19 17:18:03 -04:00
Scott González
763a111552 Update project description. 2012-07-17 16:25:38 -04:00
Scott González
c2a488903f Allow newer 0.3.x releases of grunt. 2012-07-05 14:34:56 -04:00
Scott González
7716c3d461 Grunt: Use grunt-git-authors plugin to generate authors list. 2012-07-05 14:34:15 -04:00
Scott González
02676a8810 Update package.json to contain more information. 2012-07-05 09:20:42 -04:00
Scott González
a4534bb993 Update copyright to jQuery Foundation. 2012-07-04 09:08:08 -04:00
Scott González
c942575ed7 Setting version back to 1.9.0pre. 2012-06-28 06:19:56 -07:00
Scott González
6d22ee597b Tagging version 1.9.0-beta.1. 2012-06-28 06:18:52 -07:00
Jörn Zaefferer
4f3c1e9796 Revert "Grunt: Replace custom rimraf-based clean task with grunt-contrib's clean task"
This reverts commit 38aac3770c.

As long as grunt-contrib has a coffeescript dependency, we won't use it.
2012-06-16 14:39:46 +02:00
Jörn Zaefferer
05adce8a89 Update node-testswarm to 0.2.3, fixes 418 issues with big testsuites 2012-06-16 12:51:15 +02:00
Jörn Zaefferer
38aac3770c Grunt: Replace custom rimraf-based clean task with grunt-contrib's clean task 2012-06-14 12:41:04 +02:00
Jörn Zaefferer
ca5d842584 Grunt: Add grunt-junit, to replace qunit task in Jenkins context 2012-06-13 23:42:53 +02:00
Scott González
155e3334b0 Updating version to 1.9.0pre. 2012-05-17 10:05:49 -04:00
Scott González
19458be483 Tagging 1.9.0m8. 2012-05-17 10:04:50 -04:00
Jörn Zaefferer
baf0d69722 Update node-testswarm to 0.2.2 2012-05-07 11:52:17 +02:00
Jörn Zaefferer
3577955d2c Grunt: Update to testswarm@0.2.1, fixes timeout handling 2012-05-01 13:55:06 +02:00
Jörn Zaefferer
7012ba69a8 Grunt: Update to node-testswarm 0.2.0 2012-04-30 13:14:50 +02:00
Jörn Zaefferer
2017889b3c Grunt: Experimental testswarm integration 2012-04-28 14:03:13 +02:00
Jörn Zaefferer
2b1b0374c4 Grunt: Update to grunt-css 0.2.0, includes better logging and some bug fixes 2012-04-27 14:48:46 +02:00
Jörn Zaefferer
109a927b5e Grunt: Update to latest grunt-compare-size plugin 2012-04-24 18:13:43 +02:00
Jörn Zaefferer
d2e9e6c07c Grunt: Update grunt-html to 0.1.1, renamed task to htmllint 2012-04-23 18:10:41 +02:00
Jörn Zaefferer
c22fb56062 Grunt: Add grunt-html for html validation 2012-04-22 12:19:16 +02:00
Scott González
55e13692ee Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing terminating semicolon. 2012-04-18 16:41:53 -04:00
Rick Waldron waldron.rick@gmail.com
d22edc8d05 Remove compare_size; defer to plugin.
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-04-12 13:32:11 -04:00
Jörn Zaefferer
8769798cb3 Build/grunt: Fix dependencies to versions we've tested against. No more surprise API changes, for now 2012-04-02 15:59:32 +02:00
Jörn Zaefferer
08aaa225ce Build/grunt: Accept more grunt-css versions 2012-03-28 19:58:11 +02:00
Jörn Zaefferer
cd020af627 Build/grunt: Extract css related tasks, use grunt-css instead 2012-03-28 11:45:27 +02:00
Jörn Zaefferer
a84512f9cf Build/grunt: Use rimraf for clean task. Fix cop_hemes task to correctly rename the -custom.css file 2012-03-21 21:19:31 +01:00
Jörn Zaefferer
2a1ee37258 Build/grunt: Another attempt at using adm-zip. Keep the result in place, but don't (yet) use it - need to report issues to adm-zip 2012-03-19 23:08:56 +01:00
Jörn Zaefferer
fd9b7d3475 Build/grunt: Integrate CSSLint 2012-03-10 13:45:16 +01:00
Jörn Zaefferer
6aa41bf4ae Build/grunt: Partial download_themes task. Extracting currently fails with crc32 checksum failure 2012-03-08 14:52:50 +01:00
Jörn Zaefferer
cc3b08df2d Build/grunt: Minify CSS files, using sqwish. 2012-03-06 20:15:51 +01:00
Jörn Zaefferer
98fc87a5d7 Build/grunt: Switch to adm-zip. Use addFile method until addLocalFile is implemented. 2012-03-06 18:18:09 +01:00
Jörn Zaefferer
69dcb76e6b First iteration on grunt-based build. lint, qunit, concat, min and zip all work, but all have various limiations. 2012-03-02 16:45:10 +01:00