Skip to content

Commit 13c0d46

Browse files
committed
1 parent c83bfd1 commit 13c0d46

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/content/developers/phpstorm.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,22 @@ n98-magerun.phar dev:ide:phpstorm:meta
1616
You can add additional meta files in this directory to cover your own project files. See
1717
[PhpStorm advanced metadata](https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html)
1818
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

0 commit comments

Comments
 (0)