Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 Jeet 和 Rupture 与我的 Stylus-Brunch 一起使用。
我需要配置什么才能让它工作?
这非常简单,或者至少对我来说是这样。我刚刚将此添加到我的config.coffee文件中:
config.coffee
plugins: stylus: plugins: ['rupture', 'jeet']
...然后npm install -g rupture jeet在 brunch app 文件夹中运行(可能需要 sudo)
npm install -g rupture jeet
你可能需要配置一个新插件——一个带有 Jeet/Rupture 的 stylus-brunch 分支。