gpt4 book ai didi

configuration - Play 2.2.1 - twitter bootstrap 3 少设置

转载 作者:行者123 更新时间:2023-12-04 07:38:33 24 4
gpt4 key购买 nike

对于一个新项目,我想使用 Play 2.2.1 (java) 和 Twitter bootstrap 3 (less)。

我已按照此处发布的说明进行操作:Link to other answer
但这些似乎是特定于 play 2.1.x 版本的。我什么时候告诉 Play 不要编译每个 less 文件,而只编译 bootstrap.less
我应该如何配置它?任何帮助将不胜感激。

最佳答案

您仍然可以使用 2.2.x 之前的方式通过 project/Build.scala 配置您的项目。文件( 2.2.x Release Notes - sbt 0.13 support ),但我认为只有删除新的 build.sbt 才有可能文件。

在 Play 邮件列表中讨论了另一种与 build.sbt 一起使用的解决方案。文件 ( Setting lessEntryPoints in build.sbt )。

play.Keys.lessEntryPoints <<= baseDirectory { base =>
(base / "app" / "assets" / "stylesheets" / "bootstrap" * "bootstrap.less") +++
(base / "app" / "assets" / "stylesheets" / "bootstrap" * "responsive.less") +++
(base / "app" / "assets" / "stylesheets" * "*.less")
}

我在一个小示例项目中对其进行了测试,并且可以正常工作( Sample project with play 2.2.1 and Bootstrap 3.1.0 on github )。

关于configuration - Play 2.2.1 - twitter bootstrap 3 少设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21551602/

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