@polymer/tools-common
Version:
Common libraries and settings for Polymer Tools projects
39 lines (31 loc) • 1.13 kB
Markdown
<!--
If you are asking a question rather than filing a bug, you'll get better results
using one of these instead:
- Stack Overflow: http://stackoverflow.com/questions/tagged/polymer
- Polymer Slack Channel
- Signup: https://bit.ly/polymerslack
- tools channel: https://polymer.slack.com/messages/tools/
- Mailing List https://groups.google.com/forum/#!forum/polymer-dev
-->
<!-- Instructions For Filing a Bug: https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md#filing-bugs -->
### Description
<!-- Example: Build failure when loading scripts from CDNs -->
### Versions & Environment
<!--
`polymer --version` will show the version for Polymer CLI
`node --version` will show the version for node
-->
- Polymer CLI:
- node:
- Operating System:
#### Steps to Reproduce
<!--
Example:
1. Create an application project: `polymer init application`
2. Add script tag to index.html: `<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>`
3. Build: `polymer build`
-->
#### Expected Results
<!-- Example: No error is throw -->
#### Actual Results
<!-- Example: Error is thrown -->