Created
July 19, 2013 10:55
-
-
Save hmps/6038327 to your computer and use it in GitHub Desktop.
Scaffolding script
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
| echo "Cloning grunt-template"; | |
| git clone https://github.com/hampuspersson/grunt-template.git .; | |
| echo "Done!"; | |
| echo "Installing components"; | |
| cd assets/components; | |
| git clone https://gist.github.com/6024781.git sassylicious | |
| echo "Sassylicious installed into assets/components/sassylicious!"; | |
| bourbon install; | |
| neat install; | |
| cd ..; | |
| cd ..; | |
| rm **/*/index.php; | |
| echo "Done scaffolding. Happy development!"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment