Created
December 8, 2013 14:08
-
-
Save jbutko/7858031 to your computer and use it in GitHub Desktop.
SASS, SCSS, CSS, cmd.exe: Batch script to watch SASS files in Windows
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
REM Save this ass sass.bat and starts this at the beginning of the development process | |
REM (c) Jozef Butko | |
CMD /k "cd "c:\xampp\htdocs\wp\wp-content\themes\portfolio\library\" & sass --watch --sourcemap scss/style.scss:css/style.css" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment