Timmy Willison
523c87138a
Release: ensure Sizzle is the latest tag
...
Fixes #14915
2014-05-27 15:17:54 -04:00
Timmy Willison
43756f6e7a
Build: run jshint and jscs on release scripts
2014-05-27 15:17:51 -04:00
Michał Gołębiowski
6c41d16b4e
Build: set default testswarm timeout to 15 minutes
...
We're not testing on IE6-7 anymore.
(cherry-picked from a0568b07d8
)
2014-04-15 11:48:57 +02:00
Michał Gołębiowski
a43000a185
Build: use browserSets from config file; allow to override
...
(cherry-picked from 7869891a97
)
2014-04-15 11:45:22 +02: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
Michał Gołębiowski
be565d1cdb
Build: Change the timeout for the weekly job from 4h to 1h
...
(cherry-picked from c1e9bb9e61
)
2014-03-18 11:56:29 +01:00
Michał Gołębiowski
c84835633a
Build: Refactor testswarm Grunt task options
...
Add a possibility to specify the project name. Infer browserSets & timeout
out of it instead of defining it in the Jenkins configuration.
(cherry-picked from aa951a3184
)
2014-03-16 04:14:48 +01:00
Jörn Zaefferer
59c4adbaff
Build: Fix testswarm task, use API correctly
...
(cherry-picked from 22c515c671
)
2014-03-12 12:24:58 +01:00
Michał Gołębiowski
c601eae7f6
Build: Allow to specify timeout in the testswarm task
...
(cherry-picked from a81dbc4ed8
)
2014-03-11 21:15:01 +01:00
Michał Gołębiowski
a59a1cd17a
Build: Make it possible to change browserSets in the testswarm task
...
(cherry-picked from 14872941f9
)
2014-03-10 20:57:28 +01:00
Timmy Willison
bb1db391cd
Build: Fix AMD option for custom builds
...
Fixes #14859
2014-03-07 09:56:43 -05:00
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