Skip to content

Instantly share code, notes, and snippets.

@hmps
Created July 19, 2013 10:55
Show Gist options
  • Select an option

  • Save hmps/6038327 to your computer and use it in GitHub Desktop.

Select an option

Save hmps/6038327 to your computer and use it in GitHub Desktop.
Scaffolding script
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