Commit Graph

43 Commits

Author SHA1 Message Date
Oleg Gaidarenko
20ddbe4f59 Build: Update jscs and lint files
Ref 10fdad742a
Fixes gh-2056
2015-09-07 20:14:50 +03:00
Timmy Willison
8565f54257 Build: just tack on +compat to versions that may include labels 2015-07-13 14:45:40 -04:00
Timmy Willison
d18b645788 Build: append "+compat" to tag version and jQuery.fn.jquery
Fixes gh-2269
Close gh-2270
2015-05-07 10:31:30 -07:00
Timmy Willison
7352216ca8 Release: fix CDN archive creation
Fixes gh-1940
2015-01-29 18:23:52 -08:00
Timmy Willison
dcd2c8f3e3 Release: dist can be run during a test 2015-01-29 15:36:58 -08:00
Timmy Willison
fc76a97b99 Release: Distribute files to distribution repo
Fixes gh-1869
Fixes gh-1673
Fixes gh-2045

Conflicts:
	bower.json
	build/release.js
2015-01-29 15:31:14 -08:00
Dave Methvin
16fcc5e9e2 Release: Remove copying of jquery-latest files
Closes gh-1942
2015-01-06 22:03:35 -05:00
Timmy Willison
91e06e9aeb Build: update grunt-jscs-checker and pass with the new rules
Conflicts:
	build/tasks/build.js
	src/ajax/xhr.js
	src/attributes/classes.js
	src/attributes/prop.js
	src/attributes/val.js
	src/core/init.js
	src/core/ready.js
	src/css.js
	src/css/curCSS.js
	src/css/defaultDisplay.js
	src/data.js
	src/data/var/dataPriv.js
	src/data/var/dataUser.js
	src/dimensions.js
	src/effects.js
	src/event.js
	src/manipulation.js
	src/offset.js
	src/queue.js
	src/selector-native.js
	test/data/testrunner.js
2014-07-17 11:08:37 -07:00
Timmy Willison
523c87138a Release: ensure Sizzle is the latest tag
Fixes #14915
2014-05-27 15:17:54 -04:00
Jörn Zaefferer
0f3cb601ad Build: Set npmTags and use exec properly 2014-04-14 19:08:21 +02:00
Scott González
e04c465b64 Build: Update release script for new jquery-release API
Closes gh-1544
(cherry picked from commit 5265cdac3d)
2014-03-21 12:33:58 -04:00
Timmy Willison
5294ddf68f Release: Instantiate a zip archiver, run archivers async 2014-01-23 15:55:54 -05:00
Jörn Zaefferer
fd148ca790 Release: Publish to npm
(cherry-picked from 20ea8071b4)
2014-01-17 00:20:14 +04:00
Timmy Willison
7468461569 Release script: _tracMilestone -> tracMilestone 2013-12-21 12:07:55 -05:00
Timmy Willison
0b7aecab7b Release script: minor formatting issue. 2013-12-20 17:37:50 -05:00
Timmy Willison
827b5141df Release script: jquery-release integration
Conflicts:
	build/release.js
2013-12-20 17:29:35 -05:00
Timmy Willison
c2e0dbdaa5 Manage bower dependencies with grunt-bowercopy
Tracked bower dependencies are located at "src/sizzle" and "test/libs".
The source-destination mapping is in the Gruntfile.

When updating a bower dependency, update the version in bower.json, run
`grunt bower`, and then commit the result. When adding a dependency,
update the bowercopy task accordingly.

Fixes #14615.
Closes gh-1452.

Conflicts:
	bower.json
	test/index.html
2013-12-06 16:14:27 -05:00
Timmy Willison
21a1e7d38f Release script: Add dist files in multiple commits for a clean final commit with a small diff 2013-11-15 10:57:43 -05:00
Timmy Willison
9b860e9227 Release script: Add .npmignore and keep .gitignore when creating the tag 2013-11-15 10:35:48 -05:00
Timmy Willison
c89ddaffff Release script: create tag after building CDN files 2013-11-15 09:39:26 -05:00
Timmy Willison
473c7db79e Update sizzle location in release script 2013-11-14 10:21:58 -05:00
Timmy Willison
73365ae83f Modify release script to create a headless tag for bower and publish to NPM
Conflicts:
	build/release.js
2013-11-13 23:54:14 -05:00
Michał Gołębiowski
3fa4f48d5c Fix #14415. Remove the source map comment in the release script. Close gh-1424. (cherry-picked from 562145e887) 2013-11-10 23:25:42 +01:00
Timmy Willison
e239873b27 Add bower install script and release scripts to jshint and pass lint 2013-10-07 18:24:14 -04:00
Dave Methvin
a4d90ab5d8 Update release script for sourcmap syntax change
(cherry picked from commit d79c036ad6)
2013-09-19 10:06:25 -04:00
Dave Methvin
5f2b5861b0 Revert "Fix #13983. Switch to //# for sourcemaps."
Per the discussion here:
https://code.google.com/p/chromium/issues/detail?id=256636

Thanks to the Chrome team for the quick response!

This reverts commit d53ddc90c1.
(cherry picked from commit 6e630fbbb1)
2013-07-02 17:00:18 -04:00
Dave Methvin
cfa00353e6 Fix #13983. Switch to //# for sourcemaps.
Normally we'd avoid doing this on a patch release, but Chrome Canary is
spewing deprecation warnings already and that's generating bug tickets.
(cherry picked from commit d53ddc90c1)
2013-07-02 09:58:16 -04:00
Dave Methvin
c91e5d42cd Do not include the path in map references.
(cherry picked from commit 9cbd6898b9)
2013-05-24 12:38:00 -04:00
Dave Methvin
ebc7899ba1 Update the map reference in each minified file. 2013-05-16 22:57:32 -04:00
Dave Methvin
468101246a build: switch from .min.gz to .zip format.
(cherry picked from commit 5e8a5f4adc)
2013-05-16 22:00:07 -04:00
Chris Talkington
3a59f8ad6e build: update release script to use nodejs archiver.
(cherry picked from commit eaee6eae0f)

Conflicts:
	AUTHORS.txt
2013-05-16 21:59:34 -04:00
Chris Talkington
befc11e394 build: correct paths so that archiving works.
(cherry picked from commit 8ab32fe3ff)
2013-05-16 21:56:35 -04:00
Dave Methvin
0135a223f4 Create CDN archives in the build script. 2013-05-08 20:27:51 -04:00
Michał Gołębiowski
4adde5d145 Update grunt-contrib-jshint to 0.3.0, ref gh-1204. 2013-04-03 20:41:41 -04:00
Dave Methvin
c9b75df7fb Add release support for map files. 2012-12-28 21:05:01 -05:00
Dave Methvin
6ecac3b152 Use the right repo. 2012-12-16 18:55:42 -05:00
Dave Methvin
bddd10037a Update the build script so it runs on Windows. 2012-12-16 17:19:51 -05:00
Dave Methvin
6e995583a1 Tagging the 1.8.2 release. 2012-09-20 21:12:38 -04:00
Dave Methvin
a31f28b026 Update release script and notes builder. 2012-08-30 17:07:03 -04:00
Dave Methvin
81bf633596 Updating the source version to 1.8.1pre 2012-08-09 16:25:57 -04:00
Dave Methvin
d308531339 Update release script; use package.json as the One True Version. 2012-08-09 16:24:30 -04:00
John Resig
c0d993903b Fix bug with handling minor releases after major releases in the build script. 2011-05-02 16:25:20 -04:00
John Resig
a8988e3cd1 Adding a Node-based release management script for pushing new releases to the CDN. 2011-04-26 16:23:09 -04:00