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

Including webjars #110

Open
vasigorc opened this issue Jul 20, 2017 · 1 comment
Open

Including webjars #110

vasigorc opened this issue Jul 20, 2017 · 1 comment
Labels

Comments

@vasigorc
Copy link

vasigorc commented Jul 20, 2017

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"
)
@mysticfall
Copy link
Member

Actually, we don't have any definite rule for Angular.js version compatibility for now. We use 1.6.4 ourselves, so I believe 1.6.5 could be a good version to be used with this project.

The API support is not really exhaustive though, because we tend to add needed mappings as we use it for our own project. So, if you happen to find some missing API that you need, please don't hesitate to let me know.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants