Skip to content

Instantly share code, notes, and snippets.

@Jxck
Created March 12, 2011 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jxck/867271 to your computer and use it in GitHub Desktop.
Save Jxck/867271 to your computer and use it in GitHub Desktop.
remove pids dir patch
From 67b1009502510dbbcdfbfe1621565e81d7422be7 Mon Sep 17 00:00:00 2001
From: Jxck <block.rxckin.beats@gmail.com>
Date: Sat, 12 Mar 2011 23:14:34 +0900
Subject: [PATCH] remove pids dir
---
bin/express | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/bin/express b/bin/express
index 6f8e0ab..99fc886 100755
--- a/bin/express
+++ b/bin/express
@@ -290,7 +290,6 @@ while (args.length) {
function createApplicationAt(path) {
mkdir(path, function(){
- mkdir(path + '/pids');
mkdir(path + '/logs');
mkdir(path + '/public/javascripts');
mkdir(path + '/public/images');
--
1.7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment