This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +2
-25
lines changed Expand file tree Collapse file tree 5 files changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ before_script:
7
7
- export DISPLAY=:99.0
8
8
- sh -e /etc/init.d/xvfb start
9
9
- sleep 3 # give xvfb some time to start
10
- - npm install -g bower
11
- - bower install
12
10
script :
13
11
- npm test
14
12
- webpack --bail --progress --build --tc
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import angular from 'angular'
8
8
'tc.services' ,
9
9
'ngIsoConstants' ,
10
10
'angucomplete-alt' ,
11
- 'ngBusy' ,
12
11
'blocks.logger'
13
12
]
14
13
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ require('angular-jwt')
11
11
require ( 'angular-filter' )
12
12
require ( 'angular-carousel' )
13
13
require ( 'angular-intro.js' )
14
+ require ( 'angular-img-fallback' )
14
15
require ( 'tc-angular-ellipsis' )
15
16
require ( 'd3' )
16
17
require ( 'lodash' )
@@ -24,9 +25,6 @@ require('xml2js')
24
25
require ( 'appirio-tech-ng-ui-components' )
25
26
require ( 'appirio-tech-ng-iso-constants' )
26
27
27
- require ( '../bower_components/ng-busy/build/angular-busy' )
28
- require ( '../bower_components/angular-img-fallback/angular.dcb-img-fallback' )
29
-
30
28
// Vendor styles
31
29
require ( '../node_modules/angucomplete-alt/angucomplete-alt.css' )
32
30
require ( '../node_modules/intro.js/introjs.css' )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
44
"angular-carousel" : " ^1.0.1" ,
45
45
"angular-cookies" : " ^1.4.9" ,
46
46
"angular-filter" : " ^0.5.8" ,
47
+ "angular-img-fallback" : " ^0.1.3" ,
47
48
"angular-intro.js" : " appirio-tech/angular-intro.js.git#feature/fix-for-webpack" ,
48
49
"angular-jwt" : " 0.0.9" ,
49
50
"angular-messages" : " ^1.4.9" ,
You can’t perform that action at this time.
0 commit comments