Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Extract the bundle manifest code from polymer-bundler.ts CLI so polymer-cli can generate too. #2009

Open usergenic opened 6 years ago

usergenic commented 6 years ago

There's an issue in polymer-build https://github.com/Polymer/polymer-build/issues/263 and work that has already been done towards supporting this outside of bundler, but the code in bundler that emits the manifest needs to be factored out of its current inline spot on the polymer-bundler.ts CLI to make use of this.

usergenic commented 6 years ago

@artur- did preliminary work here https://github.com/Polymer/polymer-bundler/pull/608 but this will need reworking since an upcoming polymer-analyzer 3.0.0 upgrade involves path resolution to get package relative urls from analyzer to include in the manifest output. He other work https://github.com/Polymer/polymer-project-config/pull/38 and https://github.com/Polymer/polymer-build/pull/267 too to get this in. Lets push this up the stack of enhancements after analyzer 3.0 release is in place and rolled out across tools.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.