mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
17 lines
No EOL
447 B
JSON
17 lines
No EOL
447 B
JSON
{
|
|
"anvil.uglify" : {
|
|
"exclude": ["./node/postal.js", "./node/classic-resolver.js"]
|
|
},
|
|
"anvil.http": {
|
|
"paths": {
|
|
"/": "./"
|
|
},
|
|
"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"
|
|
}
|
|
} |