Skip to content

Instantly share code, notes, and snippets.

@hans2103
Last active November 15, 2016 10:51
Show Gist options
  • Save hans2103/accc8e9341c38d2c91a5b6a7a15d18ec to your computer and use it in GitHub Desktop.
Save hans2103/accc8e9341c38d2c91a5b6a7a15d18ec to your computer and use it in GitHub Desktop.
settings LESS watcher PHP Storm
# PHPStorm LESS watcher settings
- File type: less
- Scope: define scope of working template
- Program: /usr/local/bin/lessc
- Arguments: --clean-css="--compatibility=ie9 --advanced" --source-map-map-inline $FileName$
- Output path to refresh: ../css/$FileNameWithoutExtension$.css
- [ ] Immediate file synchronization
- [X] Track only root files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment