Skip to content

Instantly share code, notes, and snippets.

@DrummerHead
Created March 23, 2015 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrummerHead/4982b32bd6d0fbd4ba76 to your computer and use it in GitHub Desktop.
Save DrummerHead/4982b32bd6d0fbd4ba76 to your computer and use it in GitHub Desktop.
combine two staticly generated sites
#!/bin/bash
cd emulation
rm -rf *
cd ..
cd web
grunt build
cp -r public/ ../emulation/
cd ../blog
rake generate
cp -r public/ ../emulation/
cd ../emulation
python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment