gpt4 book ai didi

jquery - Grails 2.4.4 中 jQuery 插件的路径问题

转载 作者:行者123 更新时间:2023-12-01 05:45:20 24 4
gpt4 key购买 nike

我在让 jQuery 插件与 Grails 2.4.4 一起使用时遇到了一些麻烦。这看起来应该是一个简单的设置,但是当我使用 grails run-app 启动我的应用程序时,我看到了这条消息

|错误 2014-12-07 12:38:06,397 [localhost-startStop-1] 错误资源.ResourceMeta - 找不到资源:/plugins/jquery-1.11.1/js/jquery/jquery-1.11.1.min.js

在查看文件系统上的“target”目录时,我确实在“plugins”目录下看到了一个“jquery-1.11.1”目录,其中包含 jquery-1.11.1.min.js 文件,尽管它是位于“webapp”目录中。这是我的 BuildConfig 文件的相关部分,任何帮助将不胜感激。

plugins {
// plugins for the build system only
build ":tomcat:7.0.55"

// plugins for the compile step
compile ":scaffolding:2.1.2"
compile ':cache:1.1.8'
compile ":asset-pipeline:1.9.9"

// plugins needed at runtime but not for compilation
runtime ":hibernate4:4.3.6.1" // or ":hibernate:3.6.10.18"
runtime ":database-migration:1.4.0"
runtime ":jquery:1.11.1"
runtime ":resources:1.2.13"

// Uncomment these to enable additional asset-pipeline capabilities
//compile ":sass-asset-pipeline:1.9.0"
//compile ":less-asset-pipeline:1.10.0"
//compile ":coffee-asset-pipeline:1.8.0"
//compile ":handlebars-asset-pipeline:1.3.0.3"
}

最佳答案

啊,这一次是虚惊一场。这是我配置资源插件的方式的问题。对于新手的错误表示歉意。

关于jquery - Grails 2.4.4 中 jQuery 插件的路径问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27347815/

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