Replaced loadResource() with the more streamlined getResource(), for all your resource-getting needs (well, except for binary files, which should be coming soon)

This commit is contained in:
Jeff Parsons 2016-02-21 15:51:54 -08:00
commit f032f95611
26 changed files with 3881 additions and 3777 deletions

View file

@ -13,6 +13,9 @@
}
],
"bin": {
"example": "./bin/htmlout"
"htmlout": "./bin/htmlout"
},
"dependencies": {
"mkdirp": "^0.3.5"
}
}