Commit Graph

265 Commits

Author SHA1 Message Date
Michał Gołębiowski
4c7250cf2f Build: Specify browserSets for TestSwarm directly 2014-01-27 22:02:30 +01:00
Michał Gołębiowski
d2c37afdd5 Build: Remove obsolete UglifyJS workaround
(cherry-picked from d41fc68d9b)
2014-01-26 04:05:05 +01: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
36c3f32f00 Build: add build option for setting the AMD name.
Fixes #14016.
2013-12-19 15:36:34 -05:00
Timmy Willison
1d3b60044b Build: Add the ability to remove global exposure.
Ref #14016

Conflicts:
	build/tasks/build.js
	src/core.js
2013-12-19 15:36:34 -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
a9f5946294 Use grunt and bower packages as local dependencies. Close gh-1433. 2013-11-14 10:18:12 -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
14272ba9d1 No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom builds. (cherry-picked from 7d5a12376d) 2013-11-10 23:47:56 +01: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
Michał Gołębiowski
7c38b0686d Remove workarounds for the uglify task mishandling banners when used with source maps. (cherry-picked from d0fadbba9f)
The issue was fixed in grunt-contrib-uglify:
https://github.com/gruntjs/grunt-contrib-uglify/issues/22
2013-11-09 23:12:40 +01:00
Timmy Willison
62900a9edb Fixes #14450. Remove CommonJS+AMD syntax.
- To keep file size unaffected, an extra pragma was added to build.js to remove certain lines when building with special comments.

Conflicts:
	src/core.js
	src/css.js
	src/effects.js
	src/event.js
	src/manipulation.js
	src/offset.js
2013-10-15 11:59:16 -04:00
Timmy Willison
03dd51494f Remove comment 2013-10-15 10:45:15 -04:00
Timmy Willison
67e56db39e Update requirejs to compatible version, remove r.js
Conflicts:
	package.json
2013-10-15 09:54:06 -04:00
Timmy Willison
e239873b27 Add bower install script and release scripts to jshint and pass lint 2013-10-07 18:24:14 -04:00
Timmy Willison
44b9d87484 Edit bower install script based on comments. Close gh-1392. 2013-10-07 17:20:02 -04:00
Scott González
e9a36f3a34 Warn on npm install if Bower isn't installed. 2013-10-07 17:19:58 -04:00
Timo Tijhof
2ef0a17031 Gruntfile: Remove project prefix from TestSwarm job name 2013-10-06 21:54:03 -04:00
Michał Gołębiowski
11f386fe89 No ticket. Simplify the post-uglify task. (cherry-picked from 923bfc80db) 2013-10-02 00:40:29 +02:00
Dave Methvin
a4d90ab5d8 Update release script for sourcmap syntax change
(cherry picked from commit d79c036ad6)
2013-09-19 10:06:25 -04:00
Timmy Willison
5bd074dd46 Remove offset dependency from css. Move curCSS and getStyles to their own module. 2013-09-10 20:08:54 -05:00
Timmy Willison
5fbf4a4fe3 Map Sizzle to a path with config to allow users to put Sizzle wherever they want 2013-09-10 18:48:53 -05:00
Timmy Willison
6c57339112 Don't keep semicolons if the require call is not a var declaration 2013-09-09 12:32:13 -04:00
Timmy Willison
2063d6c189 Break jQuery.access out into its own module to separate it from core; Adjust CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
Conflicts:
	src/core.js
	src/css.js
	src/data.js
	src/effects.js
	src/event.js
	src/manipulation.js
	src/traversing.js
2013-09-09 12:04:03 -04:00
Timmy Willison
fb599f6315 Update r.js (running latest master until new r.js is published to NPM) 2013-09-09 11:52:12 -04:00
Timmy Willison
ee0343dd1b Add AMD+CommonJS capabilities to the build script (for modules with long unreadable dependency lists)
Conflicts:
	src/core.js
2013-09-09 11:47:03 -04:00
Timmy Willison
a289beb688 Restore optIn behavior for builds
Conflicts:
	build/tasks/build.js
2013-09-08 22:27:40 -04:00
Michał Gołębiowski
9035cab8c8 Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from dfaee326e6) 2013-09-05 18:24:13 +02:00
Timmy Willison
ca4a007524 Minor build change: remove trailing tabs 2013-08-16 14:33:42 -04:00
Timmy Willison
2f985ff826 When converting the source to AMD, don't forget to AMD 2013-08-16 12:56:33 -04:00
Timmy Willison
993418e9e9 Custom builds: Fix source folder location now that build.js is in the tasks folder 2013-08-16 10:13:45 -04:00
Oleg Gaidarenko
213eaad880 Move jQuery specific tasks to independent files. Close gh-1334.
Also:
	* Confirm build task to the style guide
	* Use grunt API to load jQuery specific tasks
	* Add "use strict"; statements

Conflicts:
	Gruntfile.js
	build/tasks/build.js
2013-08-16 10:04:31 -04:00
Timmy Willison
f5b1a8eab7 Fix build for jenkins 2013-08-15 15:58:44 -04:00
Timmy Willison
217cbb7109 AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Conflicts:
	Gruntfile.js
	README.md
	src/ajax.js
	src/ajax/xhr.js
	src/attributes.js
	src/core.js
	src/css.js
	src/data.js
	src/effects.js
	src/event.js
	src/manipulation.js
	src/offset.js
	src/selector-native.js
	src/traversing.js
	test/unit/core.js
	test/unit/data.js
2013-08-15 15:49:49 -04:00
Dave Methvin
98980d831b Change the changelog header style
(cherry picked from commit a44202dc60)
2013-07-02 17:01:22 -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