Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Gruntfile: Remove project prefix from TestSwarm job name, close gh-1387 | Timo Tijhof | 2013-10-06 | 1 | -2/+2 | |
| | ||||||
* | No ticket. Simplify the post-uglify task. | Michał Gołębiowski | 2013-10-02 | 1 | -9/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix #13983. Switch to //# for sourcemap directives. | Michał Gołębiowski | 2013-09-05 | 2 | -17/+1 | |
| | ||||||
* | Fix cherry-pick issue. The master branch tests should not be run in oldIE. | Timmy Willison | 2013-08-19 | 1 | -1/+1 | |
| | ||||||
* | 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 | -0/+434 | |
Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements |