Removed build.json and updated .npm ignore

This commit is contained in:
ifandelse 2014-01-16 23:39:00 -05:00
parent 9e325beb98
commit 39c5ee9183
2 changed files with 0 additions and 15 deletions

View file

@ -8,7 +8,6 @@ lib/amd
diags
.gitignore
.idea
build.json
header.js
.anvil
component.json

View file

@ -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" ]
}