From 674332d115bd82a98a30d930b28b0ddbc00afbf8 Mon Sep 17 00:00:00 2001 From: Alex Robson Date: Sat, 22 Sep 2012 01:25:09 -0500 Subject: [PATCH] corrected build file with new output format --- build.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/build.json b/build.json index 1aa4f10..f6d4185 100644 --- a/build.json +++ b/build.json @@ -8,10 +8,14 @@ }, "port" : 8080 }, - "anvil.output": { - "./lib/standard/postal.*": "./example/standard/js", - "./lib/amd/postal.*": "./example/amd/js/libs/postal", - "./lib/amd/postal.*": "./example/node/client/js/lib", - "./lib/amd/postal.js": "./example/node/messaging" - } + "output": { + "full": "lib", + "partial": { + "/standard/postal.*": "./example/standard/js", + "/amd/postal.*": "./example/amd/js/libs/postal", + "/amd/postal.*": "./example/node/client/js/lib", + "/node/postal.js": "./example/node/messaging" + } + }, + "dependencies": [ "anvil.http", "anvil.uglify" ] } \ No newline at end of file