Move jQuery specific tasks to independent files. Close gh-1334.
commit213eaad880b4f11b65394f4f9b6c44da92954670
authorOleg Gaidarenko <markelog@gmail.com>
Fri, 16 Aug 2013 13:48:00 +0000 (16 09:48 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Fri, 16 Aug 2013 14:04:31 +0000 (16 10:04 -0400)
tree4d6f7bef65a2f1aa4b0ee6c0cf289a43ceb1d77b
parent723ced40798911347980dfefb6a873359eb0cbcc
Move jQuery specific tasks to independent files. Close gh-1334.

Also:
* Confirm build task to the style guide
* Use grunt API to load jQuery specific tasks
* Add "use strict"; statements

Conflicts:
Gruntfile.js
build/tasks/build.js
Gruntfile.js
build/tasks/build.js [moved from build/build.js with 96% similarity]
build/tasks/dist.js [new file with mode: 0644]
build/tasks/testswarm.js [new file with mode: 0644]
build/tasks/uglify.js [new file with mode: 0644]