Skip to content

Commit

Permalink
Merge pull request codemirror#10 from wesleycho/master
Browse files Browse the repository at this point in the history
Adapted for change in default Bower component install location
  • Loading branch information
ProLoser committed Jul 11, 2013
2 parents 7b9ea0c + c54307e commit 9b8dfdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignore": [
"**/.*",
"node_modules",
"components",
"bower_components",
"out",
"test*",
"demo*",
Expand Down
6 changes: 3 additions & 3 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ basePath = '..';
files = [
JASMINE,
JASMINE_ADAPTER,
'components/angular/angular.js',
'components/angular-mocks/angular-mocks.js',
'components/codemirror/lib/codemirror.js',
'bower_components/angular/angular.js',
'bower_components/angular-mocks/angular-mocks.js',
'bower_components/codemirror/lib/codemirror.js',
'ui-codemirror.js',
'test/*.spec.js'
];
Expand Down

0 comments on commit 9b8dfdc

Please sign in to comment.