Skip to content

Instantly share code, notes, and snippets.

@korvus
Created April 14, 2015 17:19
Show Gist options
  • Save korvus/8f6765ff0b053fa82d41 to your computer and use it in GitHub Desktop.
Save korvus/8f6765ff0b053fa82d41 to your computer and use it in GitHub Desktop.
Create an easy bat for maintain css
::launch node
start /b "C:\Program Files (x86)\nodejs\nodevars.bat"
:: go to the right directory
cd C:\Users\simon\Desktop\sites\simonertel\r\css
:: launch, watch and compress with stylus command
stylus --compress -w g.styl -o ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment