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

Commit 0155599

Browse files
committed
Fix for for using bower >= v1.0
1 parent 9e01b0d commit 0155599

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
node_modules
2-
components
2+
bower_components

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ before_install:
99
- npm install -g bower grunt-cli
1010
- npm install
1111
- bower install
12-
before_script: components/angular-ui-docs/.travis/before_script.sh
12+
before_script: bower_components/angular-ui-docs/.travis/before_script.sh
1313
script: grunt
14-
after_success: components/angular-ui-docs/.travis/after_success.sh
14+
after_success: bower_components/angular-ui-docs/.travis/after_success.sh
1515
branches:
1616
only:
1717
- master

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/angular-ui-utils/modules/event/event.js',
13+
'bower_components/angular/angular.js',
14+
'bower_components/angular-mocks/angular-mocks.js',
15+
'bower_components/angular-ui-utils/modules/event/event.js',
1616
'ui-map.js',
1717
'test/googlemaps.js',
1818
'test/*Spec.js'

0 commit comments

Comments
 (0)