Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtoolkit/sass_watcher
this app created for when ruby Sass watcher not working.
https://github.com/xtoolkit/sass_watcher
sass-watcher scss scss-watcher watcher
Last synced: about 1 month ago
JSON representation
this app created for when ruby Sass watcher not working.
- Host: GitHub
- URL: https://github.com/xtoolkit/sass_watcher
- Owner: xtoolkit
- License: gpl-3.0
- Created: 2017-01-15T18:38:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T14:07:22.000Z (about 8 years ago)
- Last Synced: 2024-12-18T19:03:22.507Z (about 1 month ago)
- Topics: sass-watcher, scss, scss-watcher, watcher
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sass Watcher
this app created for when ruby Sass watcher not working.## How to use
1- config `sass_watcher.sh` (scss_main_file, css_main_file, scss_path, css_path)
2- run app in bash:
```
$ ./sass_watcher.sh
```## How to work?
any file changed in `./scss_path` updated scss with bottom comment:
```
$ scss --quiet --update $scss_main_path:$css_main_path
```