File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,28 @@ grunt.initConfig({
213
213
src : "build/**/*.js"
214
214
} ,
215
215
grunt : "Gruntfile.js"
216
+ } ,
217
+
218
+ bowercopy : {
219
+ options : {
220
+ clean : true
221
+ } ,
222
+ qunit : {
223
+ files : {
224
+ "external" : "qunit/qunit"
225
+ }
226
+ } ,
227
+ mousewheel : {
228
+ files : {
229
+ "external" : "jquery-mousewheel/*.js"
230
+ }
231
+ } ,
232
+ jshint : {
233
+ files : {
234
+ "external" : "jshint/dist/jshint.js"
235
+ }
236
+ } ,
237
+ "jquery.js" : "jquery/dist/jquery.js"
216
238
}
217
239
} ) ;
218
240
Original file line number Diff line number Diff line change 8
8
" tests"
9
9
],
10
10
"dependencies" : {
11
- "jquery" : " >=1.6"
11
+ "jquery" : " >=1.6 <1.11"
12
+ },
13
+ "devDependencies" : {
14
+ "jquery-mousewheel" : " 3.1.0" ,
15
+ "jshint" : " 2.3.0" ,
16
+ "qunit" : " 1.14.0"
12
17
}
13
18
}
Original file line number Diff line number Diff line change 58
58
"devDependencies" : {
59
59
"commitplease" : " 1.6.0" ,
60
60
"grunt" : " 0.4.2" ,
61
+ "grunt-bowercopy" : " 0.8.0" ,
61
62
"grunt-compare-size" : " 0.4.0" ,
62
63
"grunt-contrib-concat" : " 0.1.3" ,
63
64
"grunt-contrib-csslint" : " 0.2.0" ,
You can’t perform that action at this time.
0 commit comments