File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 15
15
" tests"
16
16
],
17
17
"dependencies" : {
18
+ "abecedary" : " ~0.0.5" ,
18
19
"angular" : " 1.4.0-beta.6" ,
19
- "jquery" : " ~2.1.3" ,
20
- "cs_console" : " https://github.com/renz45/cs_console/archive/master.zip" ,
20
+ "angular-animate" : " 1.4.0-beta.6" ,
21
+ "angular-cookies" : " 1.4.0-beta.6" ,
22
+ "angular-resource" : " 1.4.0-beta.6" ,
23
+ "autosize" : " ~3.0.6" ,
24
+ "bootstrap" : " ~3.3.4" ,
21
25
"codemirror" : " ~3.16.0" ,
22
- "abecedary " : " ~0.0.5 " ,
23
- "mocha " : " ~2.2.1 " ,
26
+ "cs_console " : " https://github.com/renz45/cs_console/archive/master.zip " ,
27
+ "jquery " : " ~2.1.3 " ,
24
28
"lodash" : " ~3.5.0" ,
25
- "angular-resource" : " 1.4.0-beta.6" ,
26
29
"marked" : " ~0.3.3" ,
27
- "angular-animate" : " 1.4.0-beta.6" ,
28
- "angular-cookies" : " 1.4.0-beta.6" ,
29
- "bootstrap" : " ~3.3.4"
30
+ "mocha" : " ~2.2.1"
30
31
}
31
32
}
Original file line number Diff line number Diff line change @@ -52,7 +52,11 @@ var options = {
52
52
'client/javascripts/application.js' ,
53
53
'client/javascripts/**/*.js'
54
54
] ,
55
- vendorFiles : [ 'bower_components/jquery/dist/jquery.js' , 'bower_components/bootstrap/js/tooltip.js' ] ,
55
+ vendorFiles : [
56
+ 'bower_components/jquery/dist/jquery.js' ,
57
+ 'bower_components/bootstrap/js/tooltip.js' ,
58
+ 'bower_components/autosize/dist/autosize.js'
59
+ ] ,
56
60
vendorCourseFiles : [
57
61
'bower_components/angular/angular.js' ,
58
62
'bower_components/angular-resource/angular-resource.js' ,
You can’t perform that action at this time.
0 commit comments