mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
Removed build.json and updated .npm ignore
This commit is contained in:
parent
9e325beb98
commit
39c5ee9183
2 changed files with 0 additions and 15 deletions
|
|
@ -8,7 +8,6 @@ lib/amd
|
|||
diags
|
||||
.gitignore
|
||||
.idea
|
||||
build.json
|
||||
header.js
|
||||
.anvil
|
||||
component.json
|
||||
|
|
|
|||
14
build.json
14
build.json
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"anvil.uglify" : { "all" :true },
|
||||
"httpPaths": {
|
||||
"/": "./"
|
||||
},
|
||||
"output": {
|
||||
"full": "lib",
|
||||
"partial": {
|
||||
"/lib/postal.js" : [ "/example/standard/js", "/example/amd/js/libs/postal" ],
|
||||
"/lib/postal.min.js" : [ "/example/standard/js", "/example/amd/js/libs/postal" ]
|
||||
}
|
||||
},
|
||||
"dependencies": [ "anvil.uglify" ]
|
||||
}
|
||||
Loading…
Reference in a new issue