Skip to content

Commit

Permalink
punting on submodule... for some reason it's not working for me... i'…
Browse files Browse the repository at this point in the history
…ll get to the bottom of it later when i have more time
  • Loading branch information
eroh92 committed Jul 5, 2011
1 parent c3bf42c commit 98d4361
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/initproject.sh
@@ -1,7 +1,11 @@
#!/bin/sh

echo "Updating git submodules"
git submodule update --init
cd lib
git clone http://github.com/eroh92/html5-boilerplate.git
cd ..
# submodule not working right, will figure out when I have time
#git submodule update --init

echo "Creating static folders"
mkdir ./static/img
Expand Down

0 comments on commit 98d4361

Please sign in to comment.