Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created January 13, 2014 15:43
Show Gist options
  • Save betweenbrain/8402480 to your computer and use it in GitHub Desktop.
Save betweenbrain/8402480 to your computer and use it in GitHub Desktop.
PhpStorm SCSS File Watcher Settings for parallel SCSS and CSS directories

|-CSS

|-SCSS

Arguments: --no-cache --update $FileName$:$FileParentDir$/css/$FileNameWithoutExtension$.css Working directory: $FileDir$ Output paths to refresh: $FileParentDir$/css/$FileNameWithoutExtension$.css

NOTE: add --style compressed to Arguments for minified output

@ab7z
Copy link

ab7z commented Feb 7, 2019

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment