aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/uglify.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove workarounds for the uglify task mishandling banners when used with ↵Michał Gołębiowski2013-11-091-46/+0
| | | | | | | source maps. The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22
* No ticket. Simplify the post-uglify task.Michał Gołębiowski2013-10-021-9/+5
|
* Fix #13983. Switch to //# for sourcemap directives.Michał Gołębiowski2013-09-051-5/+1
|
* Move jQuery specific tasks to independent files. Close gh-1334.Oleg Gaidarenko2013-08-161-0/+54
Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements