Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: use hard-coded path to sizzle in selector-sizzle | Timmy Willison | 2016-02-22 | 1 | -4/+1 |
| | | | | Fixes gh-2898 | ||||
* | Release: compat -> 1.x. Remove compat-specific release semantics | Timmy Willison | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Build: Fixed issue with base path that contain 'var' | Martin Naumann | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | | Remove the cwd from the paths, so the regex doesn't kick in on "var" Cherry-picked from 0c34e688439713725d4215c63bc4cf876d8d0423 Fixes gh-2450 Closes gh-2641 | ||||
* | Build: space between curly and paren is optional | Timmy Willison | 2015-09-07 | 1 | -2/+2 |
| | | | | | | Ref 63a577aa0bcb439c1730c3825407d86c128b17be Fixes gh-2399 Close gh-2400 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -14/+35 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Docs: Rename 1.x to compat | Michał Gołębiowski | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-10 | 1 | -8/+5 |
| | |||||
* | Build: Remove empty define({}) from build output | David Corbacho | 2014-12-04 | 1 | -1/+3 |
| | | | | | | Fixes gh-1768 Closes gh-1569 (cherry picked from commit 2c1b556d98da597b0490f204e3561f656987f17c) | ||||
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 1 | -1/+1 |
| | | | | | Thanks @jamesgpearce, @imyousuf Ref dc4b914a05e1e6dbf13f916897b5d6a472ea0380 | ||||
* | Build: denote that sizzle cannot be removed on this branch | Timmy Willison | 2014-07-17 | 1 | -1/+5 |
| | | | | Fixes #14775 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -10/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js | ||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | | Closes gh-1593 Conflicts: Gruntfile.js test/index.html | ||||
* | Build: Fix AMD option for custom builds | Timmy Willison | 2014-03-07 | 1 | -6/+12 |
| | | | | Fixes #14859 | ||||
* | 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 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | 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) | ||||
* | 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 | 1 | -1/+1 |
| | | | | | Conflicts: package.json | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | 1 | -0/+228 |
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 |