]> source.dussan.org Git - jquery.git/commit
Fix #11767. Modularize build and unit tests for exluding effects.
authorRichard Gibson <richard.gibson@gmail.com>
Tue, 29 May 2012 02:25:04 +0000 (22:25 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 29 May 2012 02:36:23 +0000 (22:36 -0400)
commit7f2cc46955b35dc3d5a0526d0cb038d4a50b936b
treee2a4e841e16f90c93118130ec93319013eb3f08f
parent82d4c72fb15edd91869afa01a5bca3af678852fb
Fix #11767. Modularize build and unit tests for exluding effects.

Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
.gitignore
grunt.js
src/css.js
src/effects.js
src/sizzle
test/data/testinit.js
test/unit/css.js
test/unit/effects.js
test/unit/queue.js