mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-05-01 11:54:45 +00:00
15 lines
No EOL
257 B
JSON
15 lines
No EOL
257 B
JSON
{
|
|
"anvil.uglify" : { "all" :true },
|
|
"anvil.http": {
|
|
"paths": {
|
|
"/": "./"
|
|
}
|
|
},
|
|
"output": {
|
|
"full": "lib",
|
|
"partial": {
|
|
"**/lib/postal.*" : [ "example/standard/js", "example/amd/js/libs/postal" ]
|
|
}
|
|
},
|
|
"dependencies": [ "anvil.uglify" ]
|
|
} |