aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/dist.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Require strict mode in Node.js scripts via ESLintMichał Gołębiowski-Owczarek2019-10-091-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 CDNTimmy Willison2015-11-161-4/+5
| | | | | Fixes gh-2653 Close gh-2711
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-7/+7
| | | | Fixes gh-2056
* Build: Remove obsolete UglifyJS workaroundMichał Gołębiowski2014-01-261-7/+0
|
* Fix #13983. Switch to //# for sourcemap directives.Michał Gołębiowski2013-09-051-12/+0
|
* Move jQuery specific tasks to independent files. Close gh-1334.Oleg Gaidarenko2013-08-161-0/+90
Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements