PhpStorm LESS Watcher configuration

删除回忆录丶 提交于 2019-12-02 09:20:11
  1. You need to enable Track only root files option so that only main file will be compiled.

    If it does not work -- delete your existing watcher and create new one from scratch. Here is mine (as an example -- works fine for me).

  2. For automatic upload (deployment) -- have a look at the official manual: https://confluence.jetbrains.com/display/PhpStorm/Deployments+in+PhpStorm

    If configured correctly but it still does not work -- it's possible (quite likely) that your Output paths to refresh is not pointing to a correct file (after File Watcher execution IDE does not re-read whole project looking for changes -- only files pointed here).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!