Skip to content

Instantly share code, notes, and snippets.

@sydlawrence
Created March 31, 2012 00:41
Show Gist options
  • Save sydlawrence/2258268 to your computer and use it in GitHub Desktop.
Save sydlawrence/2258268 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "creating project $1"
compass create $1 -r html5-boilerplate -u html5-boilerplate --javascripts-dir js --css-dir css
echo "Project created"
cd $1
echo "Watching for scss changes"
compass watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment