Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created December 8, 2013 14:08
Show Gist options
  • Save jbutko/7858031 to your computer and use it in GitHub Desktop.
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
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