SCSS / SASS to CSS in special folder with PHPstorm 7 file watcher

后端 未结 2 612
一向
一向 2021-02-02 11:52

I used PHPstorm 6 and my SCSS-Files were compiled into the CSS-Folder, so I have:

css
  -- main.css
img
js
scss
  -- main.scss
  -- _variables.scss   ...
         


        
2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-02 12:26

    AAAAAAArrrgh!

    the "backslashes" were the problem.

    output path

    $FileParentDir$/css/$FileNameWithoutExtension$.css
    

    enter image description here

提交回复
热议问题