Skip to content

Instantly share code, notes, and snippets.

@korvus
Last active August 29, 2015 14:17
Show Gist options
  • Save korvus/ec217cd9b1701c0cc7b8 to your computer and use it in GitHub Desktop.
Save korvus/ec217cd9b1701c0cc7b8 to your computer and use it in GitHub Desktop.
launch a KSS documentation script from one bat on windows, without closing the bash command line window.
::path to the node console command
start /b "C:\Program Files\nodejs\nodevars.bat"
::If you are on a difference hard drive (here D:)
D:
:: your path
cd D:\my\projetc\path\
::kss-node command
:: --template is calling the patern file
:: --css is including the css you want
kss-node static\stylus\ --template styleguide\custom-template\ --css ../static/css/general.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment