2012-08-28 16:06:19 +00:00
|
|
|
{
|
2012-09-19 06:51:05 +00:00
|
|
|
"anvil.uglify" : {
|
|
|
|
|
"exclude": ["./node/postal.js", "./node/classic-resolver.js"]
|
2012-08-28 16:06:19 +00:00
|
|
|
},
|
2012-09-19 06:51:05 +00:00
|
|
|
"anvil.http": {
|
|
|
|
|
"paths": {
|
|
|
|
|
"/": "./"
|
|
|
|
|
},
|
|
|
|
|
"port" : 8080
|
2012-08-28 16:06:19 +00:00
|
|
|
},
|
2012-09-22 06:25:09 +00:00
|
|
|
"output": {
|
|
|
|
|
"full": "lib",
|
|
|
|
|
"partial": {
|
|
|
|
|
"/standard/postal.*": "./example/standard/js",
|
2012-09-23 03:56:41 +00:00
|
|
|
"/amd/postal.*": [ "./example/amd/js/libs/postal", "./example/node/client/js/lib" ],
|
2012-09-22 06:25:09 +00:00
|
|
|
"/node/postal.js": "./example/node/messaging"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": [ "anvil.http", "anvil.uglify" ]
|
2012-08-28 16:06:19 +00:00
|
|
|
}
|