Updated build.json with dependency list and removed port assignment for anvil.http

This commit is contained in:
Jim Cowart 2012-11-13 09:29:10 -05:00
parent 5c2727acfd
commit 31675a7d1c

View file

@ -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" ]
}