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.
我有一个 Gulp 任务来侦听任何 Sass 文件更改。这独立于 PhpStorm 发生;它更新了我的 CSS 文件。实时编辑看不到更新。
如果我在 PhpStorm 中手动打开 CSS 文件并进行更改并保存它,那么它会在网站上更新它。
谷歌搜索显示创建一个文件观察器,但这是运行完全不需要的 Sass 编译器。我需要 PhpStorm 主动监视该文件,如果它发生变化,请更新它。
那怎么能做到呢?