aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Build: set default testswarm timeout to 15 minutesMichał Gołębiowski2014-04-151-1/+1
| | | | | | We're not testing on IE6-7 anymore. (cherry-picked from a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c)
* Build: use browserSets from config file; allow to overrideMichał Gołębiowski2014-04-151-5/+10
| | | | (cherry-picked from 7869891a97eae93699cc239274e73e53daedf781)
* Build: Set npmTags and use exec properlyJörn Zaefferer2014-04-141-0/+3
|
* Build: Update release script for new jquery-release APIScott González2014-03-211-7/+6
| | | | | Closes gh-1544 (cherry picked from commit 5265cdac3d84b7bb4f8013ef10adaa5a9968fb1c)
* Build: Change the timeout for the weekly job from 4h to 1hMichał Gołębiowski2014-03-181-4/+4
| | | | (cherry-picked from c1e9bb9e61a79a1d0c4300cc31eac7ff61107085)
* Build: Refactor testswarm Grunt task optionsMichał Gołębiowski2014-03-161-7/+11
| | | | | | | 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 aa951a3184fc02551bfcb8381cdac28298432419)
* Build: Fix testswarm task, use API correctlyJörn Zaefferer2014-03-121-5/+4
| | | | (cherry-picked from 22c515c6717efe46685b43215208aa4e5648fbc8)
* Build: Allow to specify timeout in the testswarm taskMichał Gołębiowski2014-03-111-7/+3
| | | | (cherry-picked from a81dbc4ed82bc38b1ac5f6a8242e044232ea1594)
* Build: Make it possible to change browserSets in the testswarm taskMichał Gołębiowski2014-03-101-2/+6
| | | | (cherry-picked from 14872941f9de78e7436e58ac1f03a4b2d5aa34e8)
* Build: Fix AMD option for custom buildsTimmy Willison2014-03-071-6/+12
| | | | Fixes #14859
* Build: Specify browserSets for TestSwarm directlyMichał Gołębiowski2014-01-271-1/+1
|
* Build: Remove obsolete UglifyJS workaroundMichał Gołębiowski2014-01-261-7/+0
| | | | (cherry-picked from d41fc68d9b89d39f8c71ae9f810b72798ff3e9ac)
* Release: Instantiate a zip archiver, run archivers asyncTimmy Willison2014-01-231-9/+10
|
* Release: Publish to npmJörn Zaefferer2014-01-171-0/+1
| | | | (cherry-picked from 20ea8071b44c23e7915300eacc9ed958fbe4eaf5)
* Release script: _tracMilestone -> tracMilestoneTimmy Willison2013-12-211-1/+1
|
* Release script: minor formatting issue.Timmy Willison2013-12-201-1/+1
|
* Release script: jquery-release integrationTimmy Willison2013-12-201-385/+147
| | | | | Conflicts: build/release.js
* Build: add build option for setting the AMD name.Timmy Willison2013-12-191-2/+9
| | | | Fixes #14016.
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-1/+8
| | | | | | | | Ref #14016 Conflicts: build/tasks/build.js src/core.js
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-062-15/+4
| | | | | | | | | | | | | | | | 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
* Release script: Add dist files in multiple commits for a clean final commit ↵Timmy Willison2013-11-151-3/+15
| | | | with a small diff
* Release script: Add .npmignore and keep .gitignore when creating the tagTimmy Willison2013-11-151-20/+3
|
* Release script: create tag after building CDN filesTimmy Willison2013-11-151-5/+6
|
* Update sizzle location in release scriptTimmy Willison2013-11-141-1/+1
|
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-142-14/+1
|
* Modify release script to create a headless tag for bower and publish to NPMTimmy Willison2013-11-131-54/+162
| | | | | Conflicts: build/release.js
* No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom ↵Michał Gołębiowski2013-11-101-1/+1
| | | | builds. (cherry-picked from 7d5a12376d18e0ec70241e653721ce9977123d34)
* Fix #14415. Remove the source map comment in the release script. Close ↵Michał Gołębiowski2013-11-101-5/+3
| | | | gh-1424. (cherry-picked from 562145e887cc42ce8c9c9cd2c6e946ff01e6731d)
* Remove workarounds for the uglify task mishandling banners when used with ↵Michał Gołębiowski2013-11-091-46/+0
| | | | | | | source maps. (cherry-picked from d0fadbba9f1dbe2ee009be6586fbdf3cda4eff98) The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-6/+5
| | | | | | | | | | | | - 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
* Remove commentTimmy Willison2013-10-151-2/+1
|
* Update requirejs to compatible version, remove r.jsTimmy Willison2013-10-152-25812/+1
| | | | | Conflicts: package.json
* Add bower install script and release scripts to jshint and pass lintTimmy Willison2013-10-073-14/+11
|
* Edit bower install script based on comments. Close gh-1392.Timmy Willison2013-10-071-13/+3
|
* Warn on npm install if Bower isn't installed.Scott González2013-10-071-0/+23
|
* Gruntfile: Remove project prefix from TestSwarm job nameTimo Tijhof2013-10-061-2/+2
|
* No ticket. Simplify the post-uglify task. (cherry-picked from ↵Michał Gołębiowski2013-10-021-9/+5
| | | | 923bfc80dbba00659a2fbadafad6d894973cc560)
* Update release script for sourcmap syntax changeDave Methvin2013-09-191-4/+4
| | | | (cherry picked from commit d79c036ad6cbf0da3593da98410f17bb6b272639)
* Remove offset dependency from css. Move curCSS and getStyles to their own ↵Timmy Willison2013-09-101-3/+5
| | | | module.
* Map Sizzle to a path with config to allow users to put Sizzle wherever they wantTimmy Willison2013-09-101-1/+4
|
* Don't keep semicolons if the require call is not a var declarationTimmy Willison2013-09-091-3/+3
|
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-091-1/+4
| | | | | | | | | | | | | 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
* Update r.js (running latest master until new r.js is published to NPM)Timmy Willison2013-09-091-26/+75
|
* Add AMD+CommonJS capabilities to the build script (for modules with long ↵Timmy Willison2013-09-091-0/+8
| | | | | | | unreadable dependency lists) Conflicts: src/core.js
* Restore optIn behavior for buildsTimmy Willison2013-09-081-3/+10
| | | | | Conflicts: build/tasks/build.js
* Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from ↵Michał Gołębiowski2013-09-052-17/+1
| | | | dfaee326e6605dc6d848c4c5022e39069d2cee65)
* Minor build change: remove trailing tabsTimmy Willison2013-08-161-2/+1
|
* When converting the source to AMD, don't forget to AMDTimmy Willison2013-08-161-2/+5
|
* Custom builds: Fix source folder location now that build.js is in the tasks ↵Timmy Willison2013-08-161-1/+1
| | | | folder
* Move jQuery specific tasks to independent files. Close gh-1334.Oleg Gaidarenko2013-08-164-6/+202
| | | | | | | | | | | 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