aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/sourcemap.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Require strict mode in Node.js scripts via ESLintMichał Gołębiowski-Owczarek2019-10-091-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 CDNTimmy Willison2015-11-161-1/+2
| | | | | Fixes gh-2653 Close gh-2711
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-1/+2
| | | | Fixes gh-2056
* Release: remove sourcemap comment from all copies of minified fileTimmy Willison2015-01-301-0/+13
Fixes gh-1707