From 31675a7d1ca6a65b1be7af28b34095302e881bb6 Mon Sep 17 00:00:00 2001 From: Jim Cowart Date: Tue, 13 Nov 2012 09:29:10 -0500 Subject: [PATCH] Updated build.json with dependency list and removed port assignment for anvil.http --- build.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.json b/build.json index 9160950..11f989b 100644 --- a/build.json +++ b/build.json @@ -5,8 +5,7 @@ "anvil.http": { "paths": { "/": "./" - }, - "port" : 8080 + } }, "anvil.jshint" : { "all": true @@ -18,5 +17,5 @@ "/node/postal.js" : "./example/node/messaging" } }, - "dependencies": [ "anvil.http", "anvil.uglify" ] + "dependencies": [ "anvil.http", "anvil.uglify", "anvil.jshint" ] } \ No newline at end of file