-
Notifications
You must be signed in to change notification settings - Fork 200
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
Create a package.json file for Polymer tools so it can be installed with npm #13
Conversation
Hi @addyosmani thanks for replying. I've published my own Custom Elements shim on npm https://www.npmjs.org/package/customelements and I've found it good enough for my purposes so I no longer need this change, in fact I never really needed it... I just wanted to try and drive as much of my workflow with package management and back then npm was the best choice as I felt bower wasn't offering significant value over a simple git clone. I've started to think that JSPM might be the best current offering http://jspm.io/ we will see :) As it stands if I need the CE shim I will just build it and push it to npm instead of trying to make PRs to Polymer. Thanks again. |
Adds an -o option to open your default browser to an initial page
Add batch processing with error collection
Update tslint and rules
Fix #13: Make Selenium listener port configurable
I'm trying to test the Web Component polyfills individually and I would prefer to use only one package manager so I need to be able to install the tools package with npm.