File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,22 @@ n98-magerun.phar dev:ide:phpstorm:meta
16
16
You can add additional meta files in this directory to cover your own project files. See
17
17
[ PhpStorm advanced metadata] ( https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html )
18
18
for more information.
19
+
20
+ You can add additional meta files in this directory to cover your own project files. See
21
+ [ PhpStorm advanced metadata] ( https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html )
22
+ for more information.
23
+
24
+ ## PhpStorm File-Watcher for SCSS files
25
+ - install SCSS
26
+ ``` bash
27
+ npm install -g sass
28
+ ```
29
+ - open settings ` CTRL+ALT+S ` and go to File Watcher
30
+ - change default setting to:
31
+ - Arguments:
32
+ ```
33
+ $FileName$:$FileParentDir$/$FileNameWithoutExtension$.css
34
+ ```
35
+ - Output paths to refresh:
36
+ ```
37
+ $FilePare
You can’t perform that action at this time.
0 commit comments