-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bower_components is published to npm. #5244
Comments
Ah, we missed that one in #5215 Feel free to publish a PR that would add such folders to |
@TimvdLippe WDYT about use the Right now: https://unpkg.com/@polymer/[email protected]/ We can add it as: "files": [
"externs/**/*",
"lib/**/*",
"polymer-element.js",
"polymer-legacy.js"
] |
TimvdLippe
pushed a commit
that referenced
this issue
May 30, 2018
This effectively removes the following from the NPM packages: * bower_components * dist * CONTRIBUTING.md * gen-tsd.json * gulpfile.js * wct.conf.json Fixes #5244
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After running
npm install @polymer/polymer
you get everything from polymer 2 intonode_modules/@polymer/polymer/bower_components/
.Steps to Reproduce
npm install @polymer/polymer
Expected Results
node_modules/@polymer/polymer
should not contain bower_components.Actual Results
node_modules/@polymer/polymer
is 16MB. Of that 14MB is bower_components (polymer-2). In addition adist
folder is included which appears to be from polymer 2.Versions
The text was updated successfully, but these errors were encountered: