aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
...
* Build: Remove obsolete UglifyJS workaroundMichał Gołębiowski2014-01-261-7/+0
* Release: Instantiate a zip archiver, run archivers asyncTimmy Willison2014-01-231-9/+10
* Release: Publish to npmJörn Zaefferer2014-01-171-0/+1
* 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
* Build: add build option for setting the AMD name.Timmy Willison2013-12-191-2/+9
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-1/+8
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-062-15/+4
* Release script: Add dist files in multiple commits for a clean final commit w...Timmy Willison2013-11-151-3/+15
* 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
* No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom b...Michał Gołębiowski2013-11-101-1/+1
* Fix #14415. Remove the source map comment in the release script. Close gh-142...Michał Gołębiowski2013-11-101-5/+3
* Remove workarounds for the uglify task mishandling banners when used with sou...Michał Gołębiowski2013-11-091-46/+0
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-6/+5
* 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 nameTimo Tijhof2013-10-061-2/+2
* No ticket. Simplify the post-uglify task. (cherry-picked from 923bfc80dbba006...Michał Gołębiowski2013-10-021-9/+5
* Update release script for sourcmap syntax changeDave Methvin2013-09-191-4/+4
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-101-3/+5
* 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
* 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 unre...Timmy Willison2013-09-091-0/+8
* Restore optIn behavior for buildsTimmy Willison2013-09-081-3/+10
* Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from dfaee...Michał Gołębiowski2013-09-052-17/+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 f...Timmy Willison2013-08-161-1/+1
* Move jQuery specific tasks to independent files. Close gh-1334.Oleg Gaidarenko2013-08-164-6/+202
* Fix build for jenkinsTimmy Willison2013-08-151-1/+1
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-0/+25988
* Change the changelog header styleDave Methvin2013-07-021-1/+1
* Revert "Fix #13983. Switch to //# for sourcemaps."Dave Methvin2013-07-021-3/+3
* Fix #13983. Switch to //# for sourcemaps.Dave Methvin2013-07-021-3/+3
* 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-7/+14
* build: switch from .min.gz to .zip format.Dave Methvin2013-05-161-20/+10
* build: update release script to use nodejs archiver.Chris Talkington2013-05-161-2/+26
* build: correct paths so that archiving works.Chris Talkington2013-05-161-5/+7
* Create CDN archives in the build script.Dave Methvin2013-05-081-13/+59