Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Require strict mode in Node.js scripts via ESLint | Michał Gołębiowski-Owczarek | 2019-10-09 | 1 | -3/+2 |
| | | | | | | | | So far, only browser-based JS files were required to be in strict mode (in the function form). This commit adds such a requirement to Node.js scripts where the global form is preferred. All Node.js scripts in sloppy mode were converted to strict mode. Closes gh-4499 | ||||
* | Release: push a custom slim build to the CDN | Timmy Willison | 2015-11-16 | 1 | -4/+5 |
| | | | | | Fixes gh-2653 Close gh-2711 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -7/+7 |
| | | | | Fixes gh-2056 | ||||
* | Build: Remove obsolete UglifyJS workaround | Michał Gołębiowski | 2014-01-26 | 1 | -7/+0 |
| | |||||
* | Fix #13983. Switch to //# for sourcemap directives. | Michał Gołębiowski | 2013-09-05 | 1 | -12/+0 |
| | |||||
* | Move jQuery specific tasks to independent files. Close gh-1334. | Oleg Gaidarenko | 2013-08-16 | 1 | -0/+90 |
Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements |