Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Make the @CODE-replacing regex more robust | Michał Gołębiowski | 2016-12-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | The code replacing @CODE in wrapper.js was written so that it expected both the code and the next line to start in the first column. This commit adjusts the regex so to get rid of that assumption and to work properly regardless of number of lines with comments after this block. While this is technically not necessary for our code, contributors sometimes re-format the wrapper file in their pull requests and the error messages they get don't tell them what's the real problem with their code. Closes gh-3429 | ||||
* | Core: expose noConflict in AMD mode | Timmy Willison | 2016-08-15 | 1 | -5/+1 |
| | | | | | | | | - For compability reasons, we had already added the global in AMD mode, but without noConflict. This adds back noConflict to AMD (which fixes noConflict mode in the tests). Fixes gh-2930 | ||||
* | Build: Fix the regex removing the ESLint comment from wrapper.js | Michał Gołębiowski | 2016-07-13 | 1 | -1/+1 |
| | | | | | | | The new regex from after the switch from JSHint to ESLint wasn't catching the ESLint pragma correctly. Also, the spacing of the pragma comment was updated to match other comments. | ||||
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -2/+9 |
| | | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148 | ||||
* | Build: Strip the strict-mode related comment in exports/global.js | Michał Gołębiowski | 2016-04-26 | 1 | -1/+4 |
| | | | | | | | The comment (& the JSHint pragma) doesn't make sense in the context of the full built file. Closes gh-3078 | ||||
* | Build: Strip excessive "use strict" pragmas when building | Michał Gołębiowski | 2016-04-26 | 1 | -1/+1 |
| | | | | Fixes gh-3077 | ||||
* | Deferred: Remove default callback context | Richard Gibson | 2016-04-23 | 1 | -0/+3 |
| | | | | | | | Employs strict mode to simplify Deferred callback context handling. Fixes gh-3060 Closes gh-3061 | ||||
* | Core: implement ready without Deferred | Timmy Willison | 2016-04-04 | 1 | -2/+11 |
| | | | | | | | | | - Make jQuery.ready promise-compatible - Gives up sync guarantee for post-ready callbacks Fixes gh-1778 Fixes gh-1823 Close gh-2891 | ||||
* | Build: try insight package to get info about custom builds | Oleg Gaidarenko | 2016-03-14 | 1 | -2/+41 |
| | | | | | Fixes gh-2890 Closes gh-2988 | ||||
* | Build: combine intro and outro | Timmy Willison | 2016-03-09 | 1 | -2/+7 |
| | | | | | Fixes gh-2975 Close gh-2976 | ||||
* | Build: use hard-coded path to sizzle in selector-sizzle | Timmy Willison | 2016-02-10 | 1 | -4/+1 |
| | | | | Fixes gh-2898 | ||||
* | Release: push a custom slim build to the CDN | Timmy Willison | 2015-11-16 | 1 | -2/+6 |
| | | | | | Fixes gh-2653 Close gh-2711 | ||||
* | 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" Fixes gh-2450 Closes gh-2641 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -15/+36 |
| | | | | Fixes gh-2056 | ||||
* | Build: space between curly and paren is optional | Timmy Willison | 2015-06-19 | 1 | -2/+2 |
| | | | | | Fixes gh-2399 Close gh-2400 | ||||
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 1 | -8/+5 |
| | |||||
* | Build: Remove empty define({}) from build output | David Corbacho | 2014-12-04 | 1 | -1/+3 |
| | | | | | Fixes gh-1768 Closes gh-1569 | ||||
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 1 | -1/+1 |
| | | | | | | | Thanks @jamesgpearce, @vlajos, @imyousuf Closes gh-1828 Closes gh-1830 Closes gh-1844 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -11/+25 |
| | |||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | Closes gh-1593 | ||||
* | 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 | -0/+7 |
| | | | | Ref #14016 | ||||
* | 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. | ||||
* | 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. | ||||
* | Unify build script capabilities between branches. Specifically, added a ↵ | Timmy Willison | 2013-10-15 | 1 | -8/+9 |
| | | | | special comment pragma for removing certain lines. | ||||
* | 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 |
| | |||||
* | 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. | ||||
* | Add AMD+CommonJS capabilities to the build script (for modules with long ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+8 |
| | | | | unreadable dependency lists) | ||||
* | Restore optIn behavior for builds | Timmy Willison | 2013-09-08 | 1 | -6/+11 |
| | |||||
* | 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/+240 |
Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements |