aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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-50/+158
|
* No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom ↵Michał Gołębiowski2013-11-101-1/+1
| | | | builds.
* Fix #14415. Remove the source map comment in the release script. Close gh-1424.Michał Gołębiowski2013-11-101-5/+3
|
* Remove workarounds for the uglify task mishandling banners when used with ↵Michał Gołębiowski2013-11-091-46/+0
| | | | | | | source maps. The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22
* Unify build script capabilities between branches. Specifically, added a ↵Timmy Willison2013-10-151-8/+9
| | | | special comment pragma for removing certain lines.
* Remove commentTimmy Willison2013-10-151-2/+1
|
* Update requirejs to compatible version, remove r.jsTimmy Willison2013-10-152-25812/+1
|
* 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 name, close gh-1387Timo Tijhof2013-10-061-2/+2
|
* No ticket. Simplify the post-uglify task.Michał Gołębiowski2013-10-021-9/+5
|
* Update release script for sourcmap syntax changeDave Methvin2013-09-191-4/+4
|
* 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.
* 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)
* Restore optIn behavior for buildsTimmy Willison2013-09-081-6/+11
|
* Fix #13983. Switch to //# for sourcemap directives.Michał Gołębiowski2013-09-052-17/+1
|
* Fix cherry-pick issue. The master branch tests should not be run in oldIE.Timmy Willison2013-08-191-1/+1
|
* 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-7/+203
| | | | | | | Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements
* Remove logTimmy Willison2013-08-151-1/+0
|
* Fix build for jenkinsTimmy Willison2013-08-151-1/+2
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-0/+26000
|
* Revert "Fix #13983. Switch to //# for sourcemaps."Dave Methvin2013-07-021-3/+3
| | | | | | | | | 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 d53ddc90c1f119fb9148a553443ef3fbc3f3cc99.
* Change the changelog header styleDave Methvin2013-07-021-1/+1
|
* Fix #13983. Switch to //# for sourcemaps.Dave Methvin2013-07-021-3/+3
| | | | | Normally we'd avoid doing this on a patch release, but Chrome Canary is spewing deprecation warnings already and that's generating bug tickets.
* Do not include the path in map references.Dave Methvin2013-05-241-4/+5
|
* Update the map reference in each minified file.Dave Methvin2013-05-161-6/+13
| | | | (cherry picked from commit ebc7899ba1ba6e8306066b5bd4d3e14f0d2d8aad)
* build: switch from .min.gz to .zip format.Dave Methvin2013-05-121-20/+10
|
* build: update release script to use nodejs archiver.Chris Talkington2013-05-121-2/+26
|
* build: correct paths so that archiving works.Chris Talkington2013-05-121-5/+7
|
* Create CDN archives in the build script.Dave Methvin2013-05-081-7/+45
|
* Make it easier to debug the release script.Dave Methvin2013-05-061-4/+12
|
* Use semantic versions.Dave Methvin2013-04-091-4/+4
|
* Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.Michał Z. Gołębiowski2013-03-121-1/+1
|
* Let version 1.9 claim jquery.js and jquery-latest.js files.Dave Methvin2013-01-141-7/+8
|
* Simplify release notes generator script.Dave Methvin2013-01-142-44/+22
|
* Add release support for map files.Dave Methvin2012-12-281-10/+45
|
* Use the right repo.Dave Methvin2012-12-161-2/+1
|
* Update the build script so it runs on Windows.Dave Methvin2012-12-161-30/+45
|
* Update version in release notes builder.Dave Methvin2012-12-161-3/+3
|
* Tagging the 1.8.2 release.Dave Methvin2012-09-201-4/+8
|
* Update release notes script to 1.8.2 and add debug option.Dave Methvin2012-09-201-3/+3
|
* Update release script and notes builder.Dave Methvin2012-08-302-30/+20
|