Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Including webjars #110

@vasigorc

Description

@vasigorc

This is a question, not an issue.

Is it important which versions of webjars I add to jsDependencies? For example for the packages indicated in the "How to Use"? could I do this:

jsDependencies ++= Seq(
    "org.webjars.bower" % "angular" % "1.6.5" / "angular.min.js",
    "org.webjars.bower" % "angular-ui-bootstrap-bower" % "1.3.3" / "ui-bootstrap.min.js" dependsOn "angular.min.js"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions