2012-08-28 16:06:19 +00:00
|
|
|
{
|
2012-09-19 06:51:05 +00:00
|
|
|
"anvil.uglify" : {
|
2012-09-24 14:01:31 +00:00
|
|
|
"exclude": ["./node/postal.js", "./node/classic-resolver.js"]
|
|
|
|
|
},
|
2012-09-19 06:51:05 +00:00
|
|
|
"anvil.http": {
|
|
|
|
|
"paths": {
|
2012-09-24 14:01:31 +00:00
|
|
|
"/": "./"
|
2012-11-13 14:29:10 +00:00
|
|
|
}
|
2012-09-24 14:01:31 +00:00
|
|
|
},
|
|
|
|
|
"anvil.jshint" : {
|
|
|
|
|
"all": true
|
|
|
|
|
},
|
|
|
|
|
"output": {
|
|
|
|
|
"full": "lib",
|
|
|
|
|
"partial": {
|
2012-09-26 00:48:36 +00:00
|
|
|
"/browser/postal.*" : [ "./example/standard/js", "./example/amd/js/libs/postal", "./example/node/client/js/lib" ],
|
|
|
|
|
"/node/postal.js" : "./example/node/messaging"
|
2012-09-24 14:01:31 +00:00
|
|
|
}
|
|
|
|
|
},
|
2012-11-17 01:29:11 +00:00
|
|
|
"dependencies": [ "anvil.http", "anvil.uglify" ]
|
2012-08-28 16:06:19 +00:00
|
|
|
}
|