Skip to content

Commit 433a457

Browse files
committed
Install Autosize via Bower
1 parent ae300c3 commit 433a457

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

bower.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
1515
"tests"
1616
],
1717
"dependencies": {
18+
"abecedary": "~0.0.5",
1819
"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",
2125
"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",
2428
"lodash": "~3.5.0",
25-
"angular-resource": "1.4.0-beta.6",
2629
"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"
3031
}
3132
}

gulpfile.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ var options = {
5252
'client/javascripts/application.js',
5353
'client/javascripts/**/*.js'
5454
],
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+
],
5660
vendorCourseFiles: [
5761
'bower_components/angular/angular.js',
5862
'bower_components/angular-resource/angular-resource.js',

0 commit comments

Comments
 (0)