gpt4 book ai didi

javascript - Scala.js CSS 依赖项

转载 作者:行者123 更新时间:2023-11-30 15:12:48 26 4
gpt4 key购买 nike

我正在尝试让 Scala.js 与 Bootstrap 库一起工作。添加 js 文件简单直接:

jsDependencies +="org.webjars" % "bootstrap" % "3.3.7-1" / "bootstrap.js" minified "bootstrap.min.js"

但现在我在添加 bootstrap.css 文件时遇到了问题。我试过这一行:

 "org.webjars" % "bootstrap" % "3.3.7-1" / "bootstrap.css" minified "bootstrap.min.css"

但是向 jsDependencies 添加一个 css 文件似乎不起作用:

[error] (frontend/compile:resolvedJSDependencies) org.scalajs.core.tools.jsdep.JSLibResolveException: Some references to JS libraries could not be resolved:
[error] - Missing JS library: bootstrap.min.css
[error] originating from: frontend:compile
[error] - Missing JS library: bootstrap.css
[error] originating from: frontend:compile

谁能告诉我如何让它正常工作?

最佳答案

据我所知,没有 Scala.js 的快捷方式——我只是 include the CSS manually in my HTML ,就像在普通的非 Scala.js 网页中一样。

jsDependencies 与 CSS 无关,而且真的不能——它希望仅与 JavaScript 一起工作。

关于javascript - Scala.js CSS 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44871815/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com