Commit Graph

130 Commits

Author SHA1 Message Date
RainbowDashDC bd75617a2a V bump to solve critical error. 2015-02-15 11:10:34 -08:00
RainbowDashDC b7ffb8266a Fixes #99, resolves #97 by warning on missing file. New examples. New log functions 2015-02-15 11:05:24 -08:00
Jared Allard 08b7ad765d Merge pull request #96 from CKarper/patch-1
Support .json extensions in require() resolution
2015-02-15 07:39:13 -08:00
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
RainbowDashDC a0017ed3fe Add changelog.md, add resourceFiles to example, MIT-LICENSE.txt => LICENSE.txt 2015-02-14 19:53:30 -08:00
RainbowDashDC d4205a70c3 Version bump 0.3.5, update depends 2015-02-14 09:44:49 -08:00
RainbowDashDC 380b0e9541 Add example, fix outdated examples 2015-02-14 01:57:54 -08:00
RainbowDashDC 86fa69920c Modify readme, implement cross-plat --python <loc> closes #94 2015-02-14 01:50:32 -08:00
Jared Allard 3144ae8d6f Merge pull request #95 from LorenzGardner/master
Make process.argv consistent in the child fork case
2015-02-09 17:46:51 -08: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
LorenzGardner 7b68d7bfee Merge pull request #2 from crcn/master
Pull in changes to master
2015-02-09 15:56:29 -06:00
Jared Allard 1684c8fe5d Merge pull request #93 from LorenzGardner/embedFiles
Embed files
2015-01-31 18:56:18 -08:00
Lorenz Gardner 2c132110b9 Add support for embedded files. 2015-01-06 19:05:01 -06:00
Lorenz Gardner cf97acfcdb Make the example code demonstrate forked process and dynamic require 2015-01-05 17:58:57 -06:00
LorenzGardner a1405a3b36 Merge pull request #1 from crcn/master
update
2014-12-30 12:07:37 -06:00
Craig Jefferds 6c844fa5f7 Merge pull request #92 from LorenzGardner/child.fork
Add child_process.fork support.
2014-12-23 19:59:18 -03:00
LorenzGardner a40454a5ae update read me mentioning usage of child_process.fork 2014-12-23 12:16:49 -06:00
Lorenz Gardner 94c5a54d5f Add child_process.fork support. 2014-12-23 12:01:33 -06:00
Craig Jefferds 99e228a145 Merge pull request #88 from LorenzGardner/master
Add support for JSON files, and __dirname
2014-12-19 16:05:25 -08:00
LorenzGardner 564dffe925 clarify workaround for native module support 2014-12-19 14:23:40 -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
LorenzGardner e7b28d0aa5 Update README.md
update the readme to explain how to workaround the limitations (not supporting dynamic require statements and lack of native module support the pseudo support of __dirname)
2014-12-18 17:46:55 -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
LorenzIndus e89844fa78 update version of builtins in deps
Get the fix they did to include the "constants" builtin module.
2014-12-17 08:48:01 -06:00
Craig Jefferds 0637e17eb0 Merge pull request #83 from rknell/patch-1
Update README.md
2014-11-04 14:41:23 -08:00
rknell c8562c384d Update README.md
Adding missing comma to example
2014-11-05 07:57:53 +10:00
Craig Jefferds c07e1d62c7 Merge pull request #82 from RainbowDashDC/master
Prevent Windows Paths from causing issues.
2014-10-27 18:21:34 -07:00
Jared Allard ec60175d8f Prevent Windows Paths from causing issues. 2014-10-27 15:14:55 -07:00
Craig Condon 81192a7b3a v bump 2014-10-10 09:23:51 -07:00
Craig Condon 029487c187 Merge branch 'master' of github.com:crcn/nexe 2014-10-10 09:23:31 -07:00
Craig Condon 71eef791c6 fix issue loading native modules 2014-10-10 09:23:20 -07:00
Craig Jefferds e1eaaa2bfc Update README.md 2014-09-19 12:09:10 -07:00
Craig Jefferds 7ef54aa56f Merge pull request #78 from tm1000/patch-1
Update README.md
2014-09-16 11:31:11 -07:00
Craig Jefferds c09bca3462 Merge pull request #79 from tm1000/patch-2
Remove all non-ascii code from external sources
2014-09-16 11:31:01 -07:00
Andrew Nagy 552158485c Remove all non-ascii code from external sources
Remove all non-ascii code from external sources
2014-09-16 10:32:45 -07:00
Andrew Nagy 553d9a2fff Update README.md
Fix the documentation :-)
2014-09-12 16:14:04 -07:00
Craig Jefferds fcd2acfed6 Merge pull request #74 from caffeinewriter/replace-yargs
Replace optimist with yargs
2014-08-29 19:13:00 -07:00
Brandon Anzaldi 5c20233ba5 Replace optimist with yargs in nexe bin 2014-08-29 18:44:52 -07:00
Brandon Anzaldi 3a74fddcf6 Replace Optimist with Yargs in Package.json 2014-08-29 18:43:06 -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 de0a2cd517 v bump 2014-07-30 12:22:50 -07:00
Craig Condon 0f038b1de1 filter http 2014-07-30 12:22:37 -07:00
Craig Condon d7a909da71 remove commented out code 2014-07-30 11:38:16 -07:00
Craig Condon aeeb24c757 v bump 2014-07-30 11:37:20 -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