Commit Graph

77 Commits

Author SHA1 Message Date
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
7419a915b2 Grunt: Add all jQuery versions to test 1.9 beta against to testswarm-multi-jquery task 2012-06-16 12:12:41 +02:00
Jörn Zaefferer
42599a6001 Grunt: Fix test urls 2012-06-16 00:11:20 +02:00
Jörn Zaefferer
c9ff92a008 Grunt: Fix scoping issue 2012-06-15 23:58:29 +02:00
Jörn Zaefferer
b657473178 Grunt: Refactor testswarm task and add an experimental testswarm-multi-jquery task for testing across jQuery versions 2012-06-15 23:51:42 +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
43c6663676 Grunt: Update testswarm task to use more config props 2012-06-14 00:24:51 +02:00
Timo Tijhof
6752994014 Test: Set testswarm.runMax from config file 2012-06-11 15:53:46 -04:00
Scott González
a59c896b54 Build: Adding missing require in build.js and add buid/tasks/*.js to lint. 2012-06-11 10:56:56 -04:00
Jörn Zaefferer
abb6c4c8e2 Grunt: Extract testswarm and build tasks into separate files 2012-06-08 17:41:18 +02:00
Scott González
84ac716fbf Build: Removed ant build. 2012-04-18 16:31:30 -04:00
Jörn Zaefferer
f8bad0441d Build: Modify uglify.js to include a newline charakter after the copyright comment, makes diffing against new build a little bit more efficient 2012-03-10 14:16:13 +01:00
Jörn Zaefferer
8b9ec2b861 Build: Also minify i18n files. 2011-12-01 17:05:58 +01:00
basti
ea38e15e20 build: removes disturbing error outputs on which call
By calling `which node nodejs` which reports an error even if there's an existing nodejs installation in $PATH.
It silently ignores that non existing issue now.

Before: http://imagebin.org/181889
After: http://imagebin.org/181890
2011-11-01 11:53:06 +01:00
Scott González
dcac8c1f29 Tests: Added ability to run tests against minified files via ?min=1 2011-10-28 15:58:33 -04:00
Corey Frang
bd71f24f5d Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes per build, and actually produces slightly smaller files 2011-10-18 12:09:38 -05:00
Corey Frang
d871fe46aa Build: For some reason, using parallel for gzip is causing some truncation issues 2011-10-17 17:04:23 -05:00
Corey Frang
f6c12849f1 Build: Fixing the sizer script to handle this many files 2011-10-17 15:32:01 -05:00
Corey Frang
d2764d88ca Build: whitespace
(cherry picked from commit 6cd672b660)
2011-10-17 14:58:54 -05:00
Corey Frang
264139b225 Build: ant size will now give you a report detailing differences in size since the last time you ran the report 2011-10-17 14:37:36 -05:00
techtangents
a6f8019325 Builds: used ant parallel task to run the two closure compiler steps and the yui css compressor step in parallel. The http get requests for documentation are also run in parallel. Reduced build time by about 40%. Fixed #7404 - build.xml can run quicker. 2011-05-20 21:17:30 +10:00
jzaefferer
f78f20a077 Build: Update to latest Closure Compiler jar 2011-03-20 12:21:42 +01:00
Scott González
fb71ebad6a Build: Added spinner and menu to docs-download. 2011-01-10 21:48:41 -05:00
jzaefferer
0479ab6af6 Merge remote branch 'origin/tooltip'
Conflicts:
	demos/autocomplete/combobox.html
	demos/index.html
	tests/unit/index.html
2010-12-22 18:58:57 +01:00
Scott González
67fd950ad0 Build (release): Added note for part of the manual process. 2010-12-10 13:07:05 -05:00
jzaefferer
efa28a5c8d Build: Revert mistaken change in last commit, putting back the docs-download target. 2010-11-19 17:01:00 +01:00
jzaefferer
812c274a33 Build: Replace filename references in base/all.min.css. Fixes #6634 - minified css does not @include minified css files.
Also make a copy of images to fix relative paths.
2010-11-19 16:59:17 +01:00
jzaefferer
ba28d11391 Build: Fix regex for relative path replacement on cdn target 2010-10-28 10:09:30 +02:00
Scott González
4d82a7c8d2 Build: Added download builder section to changelog shell. 2010-10-25 14:18:53 -04:00
Scott González
2d705873e9 Build: Use LC_ALL='C' when sorting. 2010-10-25 11:31:37 -04:00
jzaefferer
af582b97a7 Build: Cleanup and adding CSS minimization. Fixes #5824 - Minify CSS 2010-10-19 17:28:11 +02:00
jzaefferer
25853beb68 Build: Replace @VERSION in css files. Fixes #6191: @VERSION not replaced in CSS files 2010-10-18 16:31:42 +02:00
Scott González
a3da1045a1 Release: Small tweak to some wording. 2010-09-24 15:43:17 -04:00
jzaefferer
bcde38de3d Build: add zip file for MS cdn to cdn target (was: googlecdn target) 2010-09-15 22:52:45 +02:00
Scott González
5db84e7db1 Build: Attempt to fix version replacement for API docs. 2010-09-10 11:12:57 -04:00
Scott González
975f900e17 Build: Minor tweaks to release automation. 2010-09-10 10:57:06 -04:00
Scott González
5a73ed8dec Build: Initial commit for release automation. 2010-09-10 10:30:44 -04:00
Scott González
b242a577f2 Build: Force headered files to be copied to minified directory. Fixes #5904 - Build: sometimes headered files aren't copied to minified directory. 2010-08-05 12:52:50 -04:00
jzaefferer
1e4fbd95d2 Build: Strip newlines when loading release.version property from version.txt 2010-08-05 18:03:05 +02:00
jzaefferer
496b40802b Build: rename themes zip file and embedded folder. Fixed #5670 - Build: themes zip named incorrectly 2010-06-23 16:24:54 +02:00
jzaefferer
3824f75c00 Build: Include folders for themes and googlecdn builds. Fixed #5759 Build: all zips should contain folder at root named same as zip 2010-06-23 15:21:17 +02:00
jzaefferer
0bfbd7afa1 Build: Remove googlecdn target from default target, as that requires themes-target to run first, which requires updated downloadbuilder 2010-06-23 15:09:53 +02:00
jzaefferer
a8311f955a Build: create themes.zip as part of themes-download target 2010-05-31 15:48:10 +02:00
jzaefferer
4069642f21 Build: Download docs directly to dist folder 2010-05-31 15:23:30 +02:00
jzaefferer
1fa8e37d8e Build: Finished themes-download target 2010-05-31 14:41:23 +02:00
jzaefferer
4c3899cd35 Build: automate theme downloading, first draft 2010-05-28 17:18:12 +02:00
jzaefferer
d3077c33dd Added Tooltip to build to get docs 2010-05-05 20:49:07 +02:00
jzaefferer
5baa180776 Build: Fix regeex for checksum-file-path 2010-03-30 13:37:12 +02:00
jzaefferer
c80a63a601 Build: Copy the themes folder from the dist dir to include the concatendated file 2010-03-30 13:34:45 +02:00
jzaefferer
950e9c163c Build: Create zip file for upload to the Google CDN 2010-03-30 13:27:23 +02:00