diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-04-06 09:51:10 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-04-07 09:03:36 -0400 |
commit | 500f6b4992f8a113d7c88f4063b75923fe92663b (patch) | |
tree | 8179b72b38ddfcff5c693ec2c613e7e122fa3f84 /Gruntfile.js | |
parent | bf03479cc14aa54c2e674cad87bf75c8126cb86f (diff) | |
download | jquery-ui-500f6b4992f8a113d7c88f4063b75923fe92663b.tar.gz jquery-ui-500f6b4992f8a113d7c88f4063b75923fe92663b.zip |
Tests: Switch to the new qunit-composite module
This module was created from our existing implementation.
Closes gh-1532
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f69aed06a..53b34280a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -280,6 +280,10 @@ grunt.initConfig({ "qunit-assert-classes/qunit-assert-classes.js": "qunit-assert-classes/qunit-assert-classes.js", "qunit-assert-classes/LICENSE.txt": "qunit-assert-classes/LICENSE", + "qunit-composite/qunit-composite.js": "qunit-composite/qunit-composite.js", + "qunit-composite/qunit-composite.css": "qunit-composite/qunit-composite.css", + "qunit-composite/LICENSE.txt": "qunit-composite/LICENSE.txt", + "jquery-mousewheel/jquery.mousewheel.js": "jquery-mousewheel/jquery.mousewheel.js", "jquery-mousewheel/LICENSE.txt": "jquery-mousewheel/LICENSE.txt", |