browserify: implement error checks, path checks, and support express

This commit is contained in:
Jared Allard
2016-01-22 12:26:26 -08:00
parent 2bc181f2ab
commit 6ce224d6e4
5 changed files with 70 additions and 40 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2013 Craig Condon
* Copyright (c) 2015-2016 Jared Allard
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@@ -21,7 +22,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
**/
var path = require("path"),
fs = require("fs");