Last active
December 18, 2015 18:30
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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