Created
June 10, 2014 16:24
-
-
Save Martin91/58099f8ac23e9a26913d to your computer and use it in GitHub Desktop.
Auto watch changes of scss files which under same directory and generate css files under another directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# suppose there are two directories named scss and css | |
sass -t compressed --watch scss:css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment