stable
Clone or download
Read-only
End of request #12145 Get rid of bower How to test: - make post-checkout should build FRS angular app like all other components and not at the beginning after TLP. - Bower should not be used anymore - No functional changes on FRS app (just check if anything bootstrap-related such as the "License modal" 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: Ie3e62643f0ca33b0d94b7918965e512663f95901
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintignore | +0 | −1 | Go to diff View file |
M | gulpfile.js | +1 | −3 | Go to diff View file |
M | plugins/frs/build-manifest.json | +2 | −1 | Go to diff View file |
D | plugins/frs/www/js/angular/.bowerrc | +0 | −3 | Go to diff View file |
D | plugins/frs/www/js/angular/.gitignore | +0 | −9 | Go to diff View file |
D | plugins/frs/www/js/angular/bower.json | +0 | −12 | Go to diff View file |
M | plugins/frs/www/js/angular/package-lock.json | +0 | −120 | Go to diff View file |
M | plugins/frs/www/js/angular/package.json | +1 | −4 | Go to diff View file |
A | plugins/frs/www/js/angular/vendor/angular-ui-bootstrap-bower/.bower.json | +23 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/vendor/angular-ui-bootstrap-bower/bower.json | +11 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/vendor/angular-ui-bootstrap-bower/ui-bootstrap-tpls.js | +3584 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/vendor/angular-ui-bootstrap-bower/ui-bootstrap.js | +3341 | −0 | Go to diff View file |
M | plugins/frs/www/js/angular/webpack.config.js | +4 | −2 | Go to diff View file |
M | tools/utils/scripts/component-builder.js | +0 | −53 | Go to diff View file |