設置phpstorm sass監聽器

Creating a File Watcher


PhpStorm provides a common procedure and user interface for creating File Watchers of all types. The only difference is in the predefined templates you choose in each case.


  1. Make sure the File Watchers plugin is enabled. The plugin is bundled with PhpStorm and activated by default. If it is not, enable the plugin. See Enabling and Disabling Plugins for details.

  2. To start creating a File Watcher, open the Settings dialog box by choosing File | Settings on the main menu, and then click File Watchers under the Tools node. The File Watchers pagethat opens, shows the list of File Watchers that are already configured in the project.

  3. Click the Add button new.png or press Alt+Insert. Depending on the tool you are going to use, choose the appropriate predefined template from the pop-up list:

  • Less

  • Sass

  • SCSS

In the Program text box, specify the path to the compiler executable file or archive depending on the chosen predefined template.If you installed the Sass and SCSS tools through Ruby, PhpStorm locates the required files itself at <ruby_home>/bin/sass.bat <ruby_home>/bin/scss.bat respectively and fills in the field automatically. Otherwise, type the path manually or click the Browse button  and choose the file location in the dialog box that opens.
  • lessc.cmd for Less If you installed the tool through the Node Package Manager, PhpStorm locates the required file itself at <node.js_home>/node_modules/bin/lessc.cmdand fills in the field automatically. Otherwise, type the path manually or click the Browsebutton browseButton.png and choose the file location in the dialog box that opens.

  • sass.bat for Sass

  • scss.bat for SCSS

Proceed as described on page Using File Watchers.




發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章