poly-prep

WebJar for poly-prep

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.bahrus
ArtifactId

ArtifactId

poly-prep
Last Version

Last Version

0.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

poly-prep
WebJar for poly-prep
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/bahrus/poly-prep

Download poly-prep

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.bahrus/poly-prep/ -->
<dependency>
    <groupId>org.webjars.bowergithub.bahrus</groupId>
    <artifactId>poly-prep</artifactId>
    <version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.bahrus/poly-prep/
implementation 'org.webjars.bowergithub.bahrus:poly-prep:0.0.12'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.bahrus/poly-prep/
implementation ("org.webjars.bowergithub.bahrus:poly-prep:0.0.12")
'org.webjars.bowergithub.bahrus:poly-prep:jar:0.0.12'
<dependency org="org.webjars.bowergithub.bahrus" name="poly-prep" rev="0.0.12">
  <artifact name="poly-prep" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.bahrus', module='poly-prep', version='0.0.12')
)
libraryDependencies += "org.webjars.bowergithub.bahrus" % "poly-prep" % "0.0.12"
[org.webjars.bowergithub.bahrus/poly-prep "0.0.12"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

Published on webcomponents.org

<poly-prep>

Helper elements to load polymer elements asynchronously.

There are lots of errors that get thrown when async flag is used for polymer references. See examples here. Apparently, some of these are caused by a bug in chrome. Perhaps when that bug is fixed, there will be no need for this component.

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

Versions

Version
0.0.12