Skip to content

Instantly share code, notes, and snippets.

@cpojer
Created August 22, 2011 05:09
Show Gist options
  • Save cpojer/1161704 to your computer and use it in GitHub Desktop.
Save cpojer/1161704 to your computer and use it in GitHub Desktop.
#!/bin/bash
DIR=$(cd `dirname $0` && pwd)
$DIR/../node_modules/stylus/bin/stylus --use "$DIR/../node_modules/nib/lib/nib.js" --out "$DIR/../CSS" --watch "$DIR/../STYL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment