Skip to content

Instantly share code, notes, and snippets.

@Initsogar
Created June 26, 2013 19:25
Show Gist options
  • Save Initsogar/5870709 to your computer and use it in GitHub Desktop.
Save Initsogar/5870709 to your computer and use it in GitHub Desktop.
Stylus compile commands
#Compiles stylus directory to CSS on css directory without compress
#It also watches any changes and then compiles it
stylus -w ./stylus -o ./css
#Compiles stylus directory to compressed CSS on css directory
#It also watches any changes and then compiles it
stylus -w ./stylus -c -o ./css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment