Christopher Karper
|
3a7eb91d3b
|
Support .json extensions in require() resolution
Embarrassingly simple fix. Added .json to the list of extensions to search when a require with no extension is found.
This resolves #57
|
2015-02-15 00:33:28 -05:00 |
|
Lorenz Gardner
|
322f432756
|
Merge branch 'master' of https://github.com/LorenzGardner/nexe
|
2015-02-09 16:06:29 -06:00 |
|
Lorenz Gardner
|
dcf44f7a80
|
Make process.argv consistent in the child fork cas
(argv.[0] must = the executable)
|
2015-02-09 16:05:09 -06:00 |
|
Lorenz Gardner
|
2c132110b9
|
Add support for embedded files.
|
2015-01-06 19:05:01 -06:00 |
|
Lorenz Gardner
|
94c5a54d5f
|
Add child_process.fork support.
|
2014-12-23 12:01:33 -06:00 |
|
Lorenz Gardner
|
7b9f235715
|
It actually makes way more sense for __driname to be exectuable dir rather
than the cwd.
|
2014-12-18 18:02:48 -06:00 |
|
Lorenz Gardner
|
bc37c3ce7b
|
Merge branch 'JSON-Support'
Conflicts:
lib/bundle.js
|
2014-12-18 17:02:29 -06:00 |
|
Lorenz Gardner
|
87c5e1df7d
|
add __dirname support
|
2014-12-17 18:52:04 -06:00 |
|
Lorenz Gardner
|
05ecc6b8a5
|
Add JSON support for require statments.
|
2014-12-17 13:09:00 -06:00 |
|
Jared Allard
|
ec60175d8f
|
Prevent Windows Paths from causing issues.
|
2014-10-27 15:14:55 -07:00 |
|
Craig Condon
|
71eef791c6
|
fix issue loading native modules
|
2014-10-10 09:23:20 -07:00 |
|
Craig Condon
|
839741d36f
|
cleanup
|
2014-08-10 23:46:38 -07:00 |
|
Craig Condon
|
9080b05b72
|
include all node.js builtins
|
2014-08-10 23:32:01 -07:00 |
|
Craig Condon
|
0f038b1de1
|
filter http
|
2014-07-30 12:22:37 -07:00 |
|
Craig Condon
|
3cc7c68b12
|
remove sardines - move into nexe. Use bundle.js
|
2014-07-30 11:37:05 -07:00 |
|
Craig Condon
|
9247016635
|
start on using browserify
|
2014-07-30 11:12:20 -07:00 |
|