always pull new blog posts before building

This commit is contained in:
Sami Samhuri 2012-01-19 20:36:58 -08:00
parent 0b3209178f
commit 51c5eacc30

View file

@ -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)