commit | edffe54bc6cdd83721a6997dc6356ffa747c0685 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Thu Apr 11 22:15:55 2019 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Tue Apr 16 14:13:55 2019 +0000 |
tree | 8feb9262e84f7526710db92d20e4f9ffe846c2e2 | |
parent | ed3dfabb8ccb45fd8261da790b1910691315e085 [diff] |
Modify app/BUILD: bower_components to fetch map files too In preparation for Polymer 2.x update, as with the webcomponents update, it pulls in a .map file. Change-Id: I8c12afbd98780ead07089a6c38e4b7c223d87ea1
diff --git a/polygerrit-ui/app/BUILD b/polygerrit-ui/app/BUILD index bba0640..19bdcee 100644 --- a/polygerrit-ui/app/BUILD +++ b/polygerrit-ui/app/BUILD
@@ -51,6 +51,7 @@ [ "bower_components/**/*.html", "bower_components/**/*.js", + "bower_components/**/*.map", ], ), )