Skip to content

Instantly share code, notes, and snippets.

@chadhietala
Created May 20, 2011 19:09
Show Gist options
  • Save chadhietala/983564 to your computer and use it in GitHub Desktop.
Save chadhietala/983564 to your computer and use it in GitHub Desktop.
New Project Hotness
newproject () {
gem update sass
gem update compass
gem update haml
gem update html5-boilerplate
compass create $1 -r html5-boilerplate -u html5-boilerplate --javascript-dir js --css-dir css
mvim $1
compass watch $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment