Skip to content

Commit

Permalink
Fix bower components directory for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiden committed Feb 24, 2014
1 parent 599cf7e commit da2e659
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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 .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
components
bower_components
.*.swp
.DS_Store
8 changes: 4 additions & 4 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
// Dependencies
'components/sizzle/dist/sizzle.js',
'components/jquery/dist/jquery.js',
'components/angular/angular.js',
'components/angular-mocks/angular-mocks.js',
'bower_components/sizzle/dist/sizzle.js',
'bower_components/jquery/dist/jquery.js',
'bower_components/angular/angular.js',
'bower_components/angular-mocks/angular-mocks.js',

// Source Code
'angucomplete.js',
Expand Down

0 comments on commit da2e659

Please sign in to comment.