From 827ca071dbbc0fb9c6c9c4cec3ea7f871a08caf5 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 3 Feb 2014 18:10:14 -0800 Subject: [PATCH] update gitignore & fix restart-discussd.sh path --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9cc163d..9a18d21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.bundle _blog public/js/*.js public/css/*.css diff --git a/Makefile b/Makefile index d12cb60..05bbcb9 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ publish_blog: blog publish_assets scp public/blog/posts.json bohodev.net:discussd/posts.json scp discussd/discussd.js bohodev.net:discussd/discussd.js scp public/s42/.htaccess samhuri.net:s42.ca/.htaccess - ssh bohodev.net restart-discussd.sh + ssh bohodev.net bin/restart-discussd.sh publish_proj: proj publish_assets @echo