gpt4 book ai didi

javascript - 在上面的目录中找不到bower_components

转载 作者:行者123 更新时间:2023-12-03 08:20:35 24 4
gpt4 key购买 nike

我的一个项目中有以下目录结构:

/web
/bower_components
/bootstrap
/jquery
/typeahead.js
/views
/index.jade

我尝试通过以下方式使用 index.jade 文件中的这些组件:

link(src='../bower_components/bootstrap/dist/css/bootstrap.min.css', rel='stylesheet')
script(src='../bower_components/jquery/dist/jquery.min.js')
script(src='../bower_components/typeahead.js/dist/typeahead.bundle.min.js')

但它不起作用(此页面上没有 bootstrap 相关样式,并且 jQuery 代码不起作用)。

为什么?我究竟做错了什么?我该如何修复它?

我应该以不同的方式引用这些组件吗?

我应该将 bower_components 目录放在另一个文件夹中吗?

最佳答案

您可能需要将文件路径更改为相对于您将 jade 文件编译到的位置。

例如,如果你像这样渲染 Jade :

/web
/index.html

源路径是

link(src='bower_components/bootstrap/dist/css/bootstrap.min.css', rel='stylesheet')
script(src='bower_components/jquery/dist/jquery.min.js')
script(src='bower_components/typeahead.js/dist/typeahead.bundle.min.js')

关于javascript - 在上面的目录中找不到bower_components,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33764892/

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