From 51c5eacc30fa673511c55b7208a5c9c50f5e03d5 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 19 Jan 2012 20:36:58 -0800 Subject: [PATCH] always pull new blog posts before building --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f34754a..d12cb60 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ proj: projects.json templates/proj/index.html templates/proj/project.html blog: _blog/blog.json templates/blog/index.html templates/blog/post.html $(POSTS) @echo + cd _blog && git pull ./bin/blog.rb _blog public minify: $(JAVASCRIPTS) $(STYLESHEETS)