Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 9493520

Browse files
committed
Added .bowerrc, fixed karma.conf.js for updated Bower install location
1 parent 7b9ea0c commit 9493520

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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+
}

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/codemirror/lib/codemirror.js',
13+
'bower_components/angular/angular.js',
14+
'bower_components/angular-mocks/angular-mocks.js',
15+
'bower_components/codemirror/lib/codemirror.js',
1616
'ui-codemirror.js',
1717
'test/*.spec.js'
1818
];

0 commit comments

Comments
 (0)