File tree Expand file tree Collapse file tree 3 files changed +149
-125
lines changed
Expand file tree Collapse file tree 3 files changed +149
-125
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,10 @@ grunt.initConfig({
225225 destPrefix : "external"
226226 } ,
227227 files : {
228- "qunit/qunit.js" : "qunit/qunit/qunit.js" ,
229- "qunit/qunit.css" : "qunit/qunit/qunit.css" ,
230228 "qunit/MIT-LICENSE.txt" : "qunit/MIT-LICENSE.txt" ,
229+ "qunit/qunit.css" : "qunit/qunit/qunit.css" ,
230+ "qunit/qunit.js" : "qunit/qunit/qunit.js" ,
231+ "requirejs/require.js" : "requirejs/require.js" ,
231232
232233 "jquery-mousewheel/jquery.mousewheel.js" : "jquery-mousewheel/jquery.mousewheel.js" ,
233234 "jquery-mousewheel/LICENSE.txt" : "jquery-mousewheel/LICENSE.txt" ,
Original file line number Diff line number Diff line change 1515 "jquery-simulate" : " 1.0.0" ,
1616 "jshint" : " 2.4.4" ,
1717 "qunit" : " 1.14.0" ,
18+ "requirejs" : " 2.1.14" ,
1819
1920 "jquery-1.6.0" : " jquery#1.6.0" ,
2021 "jquery-1.6.1" : " jquery#1.6.1" ,
You can’t perform that action at this time.
0 commit comments