Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2df70a6

Browse files
author
Nick Litwin
committed
Remove bower
1 parent d2af777 commit 2df70a6

File tree

5 files changed

+2
-25
lines changed

5 files changed

+2
-25
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ before_script:
77
- export DISPLAY=:99.0
88
- sh -e /etc/init.d/xvfb start
99
- sleep 3 # give xvfb some time to start
10-
- npm install -g bower
11-
- bower install
1210
script:
1311
- npm test
1412
- webpack --bail --progress --build --tc

app/account/account.module.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import angular from 'angular'
88
'tc.services',
99
'ngIsoConstants',
1010
'angucomplete-alt',
11-
'ngBusy',
1211
'blocks.logger'
1312
]
1413

app/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require('angular-jwt')
1111
require('angular-filter')
1212
require('angular-carousel')
1313
require('angular-intro.js')
14+
require('angular-img-fallback')
1415
require('tc-angular-ellipsis')
1516
require('d3')
1617
require('lodash')
@@ -24,9 +25,6 @@ require('xml2js')
2425
require('appirio-tech-ng-ui-components')
2526
require('appirio-tech-ng-iso-constants')
2627

27-
require('../bower_components/ng-busy/build/angular-busy')
28-
require('../bower_components/angular-img-fallback/angular.dcb-img-fallback')
29-
3028
// Vendor styles
3129
require('../node_modules/angucomplete-alt/angucomplete-alt.css')
3230
require('../node_modules/intro.js/introjs.css')

bower.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"angular-carousel": "^1.0.1",
4545
"angular-cookies": "^1.4.9",
4646
"angular-filter": "^0.5.8",
47+
"angular-img-fallback": "^0.1.3",
4748
"angular-intro.js": "appirio-tech/angular-intro.js.git#feature/fix-for-webpack",
4849
"angular-jwt": "0.0.9",
4950
"angular-messages": "^1.4.9",

0 commit comments

Comments
 (0)