您的位置:首页 > 编程语言 > PHP开发

设置phpstorm sass监听器

2015-10-14 15:57 603 查看

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.
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.

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.

Click the Add button

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.cmd
and fills in the field automatically. Otherwise, type the path manually or click the Browsebutton

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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: