]> source.dussan.org Git - jquery.git/commit
Move jQuery specific tasks to independent files. Close gh-1334.
authorOleg Gaidarenko <markelog@gmail.com>
Fri, 16 Aug 2013 13:48:00 +0000 (09:48 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Fri, 16 Aug 2013 13:48:00 +0000 (09:48 -0400)
commitdf67c1ab0963c6a05735e84f4088a0f6b7484b3d
treebcc4f498cee4e72f232dfa2d2f8ed4569fc95664
parent70c9a0a13a56402724590f9450600fabb59e79a8
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
Gruntfile.js
build/build.js [deleted file]
build/tasks/build.js [new file with mode: 0644]
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]