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 | -0/+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 | -1/+2 |
| | | | | | Fixes gh-2653 Close gh-2711 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+2 |
| | | | | Fixes gh-2056 | ||||
* | Release: remove sourcemap comment from all copies of minified file | Timmy Willison | 2015-01-30 | 1 | -0/+13 |
Fixes gh-1707 |