Skip to content

Commit

Permalink
did a bunch of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Justine Tunney committed Aug 16, 2012
1 parent 124ce73 commit ceeaa24
Show file tree
Hide file tree
Showing 11 changed files with 2,438 additions and 1,887 deletions.
8 changes: 8 additions & 0 deletions Makefile
Expand Up @@ -13,3 +13,11 @@ deps:

deploy: all
rsync -avz --exclude .git ./ pumpkin:/var/www/jart/long-s.org/

upgrade-static:
mkdir -p lib
rm -rf lib/bootstrap
wget http://twitter.github.com/bootstrap/assets/bootstrap.zip
unzip bootstrap.zip
rm bootstrap.zip
mv bootstrap lib
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -65,7 +65,7 @@ <h2>Tranſlated Text</h2>
</script>
<script src="lib/jquery-1.7.2.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="vintage.min.js?v=1"></script>
<script src="longs.min.js?v=1"></script>
<script src="vintage.min.js?v=2"></script>
<script src="longs.min.js?v=2"></script>
</body>
</html>

0 comments on commit ceeaa24

Please sign in to comment.