Skip to content

Instantly share code, notes, and snippets.

@wheatpenny
Last active December 18, 2015 18:30
Show Gist options
  • Save wheatpenny/5826416 to your computer and use it in GitHub Desktop.
Save wheatpenny/5826416 to your computer and use it in GitHub Desktop.
Bash startup script for Ojciek repository. A responsive base theme in one command.
ojciek()
{
compass create $1 -l [PATH_TO_REPO] --using ojciek -r singularitygs -r singularity-extras -r color-schemer -r compass-normalize -r toolkit --sass-dir=sass --css-dir=css
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment