Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit f5cd565

Browse files
committed
Merge pull request #6 from wesleycho/master
Updated Bower install locations
2 parents fbcec6a + d26848f commit f5cd565

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "bower_components"
3+
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ignore": [
1010
"**/.*",
1111
"node_modules",
12-
"components",
12+
"bower_components",
1313
"test*",
1414
"demo*",
1515
"gruntFile.js",

test/karma.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ basePath = '..';
1010
files = [
1111
JASMINE,
1212
JASMINE_ADAPTER,
13-
'components/angular/angular.js',
14-
'components/angular-mocks/angular-mocks.js',
15-
'components/ace-builds/src-min-noconflict/ace.js',
13+
'bower_components/angular/angular.js',
14+
'bower_components/angular-mocks/angular-mocks.js',
15+
'bower_components/ace-builds/src-min-noconflict/ace.js',
1616
'ui-ace.js',
1717
'test/*.spec.js'
1818
];

0 commit comments

Comments
 (0)