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.
有谁知道如何在 Mac 上设置WebStorm以使用CodeKit?
最终目标是当文件保存在 WebStorm 中时,让 codekit 运行并编译 my scss。
可能我错过了理解你的问题,但是,webstorm 可以在你更改它们时自动编译你的 scss 文件。为什么需要 codekit 才能运行?
我一直在寻找相同的答案。在我最初的测试中,我同时打开了 CodeKit 和 Webstorm。当我让 Webstorm 编译 SCSS 时,它生成了地图文件,该文件有助于调试 SCSS 文件并更改了 CodeKit 中的 scss。而 codekit 不生成地图,而是生成一个配置文件。我想这取决于还有谁需要使用您的代码。