我认为 Jeet 最近更改了它的代码,我在安装和部署 jeet 时遇到了麻烦。当我运行命令时,我什么也得不到。它的打击。我在mac上。
stylus -u jeet -w -c
我认为 Jeet 最近更改了它的代码,我在安装和部署 jeet 时遇到了麻烦。当我运行命令时,我什么也得不到。它的打击。我在mac上。
stylus -u jeet -w -c
在 Jeet 4 中,为了让 Jeet 更加模块化,我们去掉了jeet create
和jeet watch
命令,只支持将 Jeet 变成 Stylus 库。
要使用:
npm install -g stylus jeet
cd ~/your/styl/folder
stylus -u jeet -w
如果您正在寻找样板文件,请查看https://github.com/mojotech/jeet-html
如果您正在寻找样板/观察者,请查看https://github.com/mojotech/jeet-roots