stable

Clone or download

Read-only

Remove bower from pullrequest

Part of request #12145 Get rid of bower How to test: - make post-checkout should build pullrequest like all other components and not at the beginning after TLP. - Bower should not be used anymore - No functional changes on pullrequest (just check if anything bootstrap-related such as the Clone dropdown stops working) Note: I copied the contents of the bower folder but omitted minified versions (that we don't use) and remove end line whitespace Change-Id: Iefefe3ad51de57c1c2da2aabb681c94e75b27819

Modified Files

Name
M .eslintignore +1 −0 Go to diff View file
M gulpfile.js +1 −1 Go to diff View file
M plugins/pullrequest/build-manifest.json +2 −1 Go to diff View file
D plugins/pullrequest/www/scripts/.gitignore +0 −9 Go to diff View file
D plugins/pullrequest/www/scripts/bower.json +0 −9 Go to diff View file
M plugins/pullrequest/www/scripts/package-lock.json +0 −120 Go to diff View file
M plugins/pullrequest/www/scripts/package.json +1 −4 Go to diff View file
A plugins/pullrequest/www/scripts/vendor/angular-ui-bootstrap-bower/.bower.json +23 −0 Go to diff View file
A plugins/pullrequest/www/scripts/vendor/angular-ui-bootstrap-bower/bower.json +11 −0 Go to diff View file
A plugins/pullrequest/www/scripts/vendor/angular-ui-bootstrap-bower/ui-bootstrap-tpls.js +3584 −0 Go to diff View file
A plugins/pullrequest/www/scripts/vendor/angular-ui-bootstrap-bower/ui-bootstrap.js +3341 −0 Go to diff View file
M plugins/pullrequest/www/scripts/webpack.config.js +4 −2 Go to diff View file