mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
corrected build file with new output format
This commit is contained in:
parent
9e3d410d05
commit
674332d115
1 changed files with 10 additions and 6 deletions
16
build.json
16
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" ]
|
||||
}
|
||||
Loading…
Reference in a new issue