Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for npm webjars #85

Open
Odomontois opened this issue Feb 1, 2017 · 1 comment
Open

support for npm webjars #85

Odomontois opened this issue Feb 1, 2017 · 1 comment

Comments

@Odomontois
Copy link

I have following lines in build.sbt:

libraryDependencies += "org.webjars.npm" % "github-com-josdejong-jsoneditor" % "5.5.10"

libraryDependencies += "org.webjars" % "bootstrap" % "3.0.2"

and main.less as

@import "lib/github-com-josdejong-jsoneditor/soneditor.css";
@import "lib/bootstrap/less/bootstrap.less";

During LESS compilation content of second @import is successfully included in resulting main.css while first remains as declared

@mkurz
Copy link
Member

mkurz commented Jan 13, 2024

Seems this should be working with version 1.5.0 with

shipped.

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

No branches or pull requests

2 participants