Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Build: add build option for setting the AMD name. | Timmy Willison | 2013-12-19 | 1 | -2/+9 | |
| | | | | Fixes #14016. | |||||
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 1 | -1/+8 | |
| | | | | | | | | Ref #14016 Conflicts: build/tasks/build.js src/core.js | |||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 2 | -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 Willison | 2013-11-15 | 1 | -3/+15 | |
| | | | | with a small diff | |||||
* | Release script: Add .npmignore and keep .gitignore when creating the tag | Timmy Willison | 2013-11-15 | 1 | -20/+3 | |
| | ||||||
* | Release script: create tag after building CDN files | Timmy Willison | 2013-11-15 | 1 | -5/+6 | |
| | ||||||
* | Update sizzle location in release script | Timmy Willison | 2013-11-14 | 1 | -1/+1 | |
| | ||||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 2 | -14/+1 | |
| | ||||||
* | Modify release script to create a headless tag for bower and publish to NPM | Timmy Willison | 2013-11-13 | 1 | -54/+162 | |
| | | | | | Conflicts: build/release.js | |||||
* | No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom ↵ | Michał Gołębiowski | 2013-11-10 | 1 | -1/+1 | |
| | | | | builds. (cherry-picked from 7d5a12376d18e0ec70241e653721ce9977123d34) | |||||
* | Fix #14415. Remove the source map comment in the release script. Close ↵ | Michał Gołębiowski | 2013-11-10 | 1 | -5/+3 | |
| | | | | gh-1424. (cherry-picked from 562145e887cc42ce8c9c9cd2c6e946ff01e6731d) | |||||
* | Remove workarounds for the uglify task mishandling banners when used with ↵ | Michał Gołębiowski | 2013-11-09 | 1 | -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 Willison | 2013-10-15 | 1 | -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 comment | Timmy Willison | 2013-10-15 | 1 | -2/+1 | |
| | ||||||
* | Update requirejs to compatible version, remove r.js | Timmy Willison | 2013-10-15 | 2 | -25812/+1 | |
| | | | | | Conflicts: package.json | |||||
* | Add bower install script and release scripts to jshint and pass lint | Timmy Willison | 2013-10-07 | 3 | -14/+11 | |
| | ||||||
* | Edit bower install script based on comments. Close gh-1392. | Timmy Willison | 2013-10-07 | 1 | -13/+3 | |
| | ||||||
* | Warn on npm install if Bower isn't installed. | Scott González | 2013-10-07 | 1 | -0/+23 | |
| | ||||||
* | Gruntfile: Remove project prefix from TestSwarm job name | Timo Tijhof | 2013-10-06 | 1 | -2/+2 | |
| | ||||||
* | No ticket. Simplify the post-uglify task. (cherry-picked from ↵ | Michał Gołębiowski | 2013-10-02 | 1 | -9/+5 | |
| | | | | 923bfc80dbba00659a2fbadafad6d894973cc560) | |||||
* | Update release script for sourcmap syntax change | Dave Methvin | 2013-09-19 | 1 | -4/+4 | |
| | | | | (cherry picked from commit d79c036ad6cbf0da3593da98410f17bb6b272639) | |||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 1 | -3/+5 | |
| | | | | module. | |||||
* | Map Sizzle to a path with config to allow users to put Sizzle wherever they want | Timmy Willison | 2013-09-10 | 1 | -1/+4 | |
| | ||||||
* | Don't keep semicolons if the require call is not a var declaration | Timmy Willison | 2013-09-09 | 1 | -3/+3 | |
| | ||||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -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 Willison | 2013-09-09 | 1 | -26/+75 | |
| | ||||||
* | Add AMD+CommonJS capabilities to the build script (for modules with long ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+8 | |
| | | | | | | | unreadable dependency lists) Conflicts: src/core.js | |||||
* | Restore optIn behavior for builds | Timmy Willison | 2013-09-08 | 1 | -3/+10 | |
| | | | | | Conflicts: build/tasks/build.js | |||||
* | Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from ↵ | Michał Gołębiowski | 2013-09-05 | 2 | -17/+1 | |
| | | | | dfaee326e6605dc6d848c4c5022e39069d2cee65) | |||||
* | Minor build change: remove trailing tabs | Timmy Willison | 2013-08-16 | 1 | -2/+1 | |
| | ||||||
* | When converting the source to AMD, don't forget to AMD | Timmy Willison | 2013-08-16 | 1 | -2/+5 | |
| | ||||||
* | Custom builds: Fix source folder location now that build.js is in the tasks ↵ | Timmy Willison | 2013-08-16 | 1 | -1/+1 | |
| | | | | folder | |||||
* | Move jQuery specific tasks to independent files. Close gh-1334. | Oleg Gaidarenko | 2013-08-16 | 4 | -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 | |||||
* | Fix build for jenkins | Timmy Willison | 2013-08-15 | 1 | -1/+1 | |
| | ||||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 2 | -0/+25988 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | Change the changelog header style | Dave Methvin | 2013-07-02 | 1 | -1/+1 | |
| | | | | (cherry picked from commit a44202dc604d14688756ae0cccde0fec53e53dbf) | |||||
* | Revert "Fix #13983. Switch to //# for sourcemaps." | Dave Methvin | 2013-07-02 | 1 | -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. (cherry picked from commit 6e630fbbb19306e1914712502a2b22872e94ddad) | |||||
* | Fix #13983. Switch to //# for sourcemaps. | Dave Methvin | 2013-07-02 | 1 | -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. (cherry picked from commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99) | |||||
* | Do not include the path in map references. | Dave Methvin | 2013-05-24 | 1 | -4/+5 | |
| | | | | (cherry picked from commit 9cbd6898b9deb1a21b796933ba6f4e6dd801172e) | |||||
* | Update the map reference in each minified file. | Dave Methvin | 2013-05-16 | 1 | -7/+14 | |
| | ||||||
* | build: switch from .min.gz to .zip format. | Dave Methvin | 2013-05-16 | 1 | -20/+10 | |
| | | | | (cherry picked from commit 5e8a5f4adcbaf07a8306f8a6a14a9fbcda81afb8) | |||||
* | build: update release script to use nodejs archiver. | Chris Talkington | 2013-05-16 | 1 | -2/+26 | |
| | | | | | | | (cherry picked from commit eaee6eae0fee57337fabe41eb4558cf1acdf765b) Conflicts: AUTHORS.txt | |||||
* | build: correct paths so that archiving works. | Chris Talkington | 2013-05-16 | 1 | -5/+7 | |
| | | | | (cherry picked from commit 8ab32fe3ff81491e01f2da132ec2ba9bd499b555) | |||||
* | Create CDN archives in the build script. | Dave Methvin | 2013-05-08 | 1 | -13/+59 | |
| | ||||||
* | Update grunt-contrib-jshint to 0.3.0, ref gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -1/+1 | |
| | ||||||
* | Simplify release notes generator script. | Dave Methvin | 2013-01-14 | 2 | -44/+22 | |
| | ||||||
* | Add release support for map files. | Dave Methvin | 2012-12-28 | 1 | -10/+45 | |
| | ||||||
* | Use the right repo. | Dave Methvin | 2012-12-16 | 1 | -2/+1 | |
| | ||||||
* | Update the build script so it runs on Windows. | Dave Methvin | 2012-12-16 | 1 | -30/+45 | |
| | ||||||
* | Update version in release notes builder. | Dave Methvin | 2012-12-16 | 1 | -3/+3 | |
| |