You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2015/03/18 11:50:38 UTC

[jira] [Updated] (TAP5-2290) Support for assets from WebJars

     [ https://issues.apache.org/jira/browse/TAP5-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Kemnade updated TAP5-2290:
---------------------------------
    Description: 
from webjars.org: "WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged into JAR (Java Archive) files."
They are available from Maven Central and you can include them as regular dependencies in your builds, as in {{dependencies.compile 'org.webjars:jquery:2.1.0-2'}}.
There should be custom asset prefix and a corresponding {{AssetFactory}} that can create assets from those WebJars (e.g. {{asset:webjars:jquery.js}}).
I have an implementation as a separate module that I could contribute.

  was:
from webjars.org: "WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged into JAR (Java Archive) files."
They are available from Maven Central and you can include them as regular dependencies in your builds, as in {{dependencies.compile 'org.webjars:jquery:2.1.0-2'}}.
There should be custom asset prefix and a corresponding {{AssetFactory}} that can create assets from those WebJars ({e.g. {asset:webjars:jquery.js}}).
I have an implementation as a separate module that I could contribute.


> Support for assets from WebJars
> -------------------------------
>
>                 Key: TAP5-2290
>                 URL: https://issues.apache.org/jira/browse/TAP5-2290
>             Project: Tapestry 5
>          Issue Type: Wish
>    Affects Versions: 5.4
>            Reporter: Jochen Kemnade
>            Priority: Minor
>
> from webjars.org: "WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged into JAR (Java Archive) files."
> They are available from Maven Central and you can include them as regular dependencies in your builds, as in {{dependencies.compile 'org.webjars:jquery:2.1.0-2'}}.
> There should be custom asset prefix and a corresponding {{AssetFactory}} that can create assets from those WebJars (e.g. {{asset:webjars:jquery.js}}).
> I have an implementation as a separate module that I could contribute.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)