gpt4 book ai didi

node.js - 如何使用 grunt-contrib-stylus 包含 Stylus 库?

转载 作者:太空宇宙 更新时间:2023-11-03 23:39:15 25 4
gpt4 key购买 nike

如何使用 grunt-contrib-stylus 包含 Stylus 库?

我想将 Jeet & Rupture 添加到我的手写笔设置中。

我已经运行了 npm install --save-devrupturenpm install --save-dev jeet

但我不确定如何让手写笔设置使用它们,这就是我所拥有的:

// Compiles Stylus to CSS
stylus: {
server: {
options: {
paths: [
'<%= yeoman.client %>/bower_components',
'<%= yeoman.client %>/app',
'<%= yeoman.client %>/components',
'<%= yeoman.client %>/assets'
],
"include css": true
},
files: {
'.tmp/app/app.css' : '<%= yeoman.client %>/app/app.styl'
}
}
},

这就是我称呼 Jeet 的方式。

@import 'jeet';

但是我收到此错误无法找到@import文件jeet.styl

>>     6| @import 'jeet';
>> --------------^

最佳答案

另一种解决方案是包含库的完整路径,例如。

@import '/bower_components/jeet/stylus/jeet' 

您可以对所有需要的库执行此操作。

关于node.js - 如何使用 grunt-contrib-stylus 包含 Stylus 库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26795849/

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