30 Commits

Author SHA1 Message Date
mc007 8f96b2bca9 =fixed toAbsolute for exists check instead of joining blindly 2016-11-05 16:44:54 +01:00
Sergio Arcos 97f6f71788 Missing dot 2016-02-08 17:03:27 +09:00
Jared Allard 6a07ea62ea exe: support --jsFlag, use browserify API, try to get work started on source maps 2016-02-07 00:45:16 -08:00
Jared Allard 3ac02efd18 readme: document opts for nexe.compile and package.json 2016-01-28 14:50:37 -08:00
Jared Allard 4c88a01003 fix second run issues with --flag enabled. better error handling 2015-08-09 08:32:18 -07:00
Jared Allard d4be3712cd exe: fixes #122, implement base nexe package field 2015-06-26 18:27:26 -07:00
RainbowDashDC b0644f0d62 Fixes #107, implements --framework/-F. Fetchs iojs latest. 2015-03-19 23:50:48 -07:00
Christopher Karper 7ab7f986cf Renamed relative to absolute 2015-02-21 19:42:04 -05:00
Christopher Karper 636268504e This was bothering me... 2015-02-21 19:02:16 -05:00
RainbowDashDC 86fa69920c Modify readme, implement cross-plat --python <loc> closes #94 2015-02-14 01:50:32 -08:00
Brandon Anzaldi 5c20233ba5 Replace optimist with yargs in nexe bin 2014-08-29 18:44:52 -07:00
Craig Condon bc4f50f69b fix #48 - ability to just run ----> bundle /Users/craig/Developer/Public/nexe/lib/index.js
unable to include script /Users/craig/Developer/Public/nexe/lib/exe.js from /Users/craig/Developer/Public/nexe/lib/index.js, Error: Cannot find module 'nexe'
    at Function.module.exports [as sync] (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/node_modules/resolve/lib/sync.js:32:11)
    at resolvePath (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/pathInfo.js:135:20)
    at self.getPathInfo (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/pathInfo.js:88:24)
    at /Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/analyzeDeps.js:324:13
    at /Users/craig/Developer/Public/nexe/node_modules/async/lib/async.js:111:13
    at Array.forEach (native)
    at _each (/Users/craig/Developer/Public/nexe/node_modules/async/lib/async.js:32:24)
    at Object.async.each (/Users/craig/Developer/Public/nexe/node_modules/async/lib/async.js:110:9)
    at scanRequired (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/analyzeDeps.js:321:9)
    at Function.on.success.deps.forEach.dep.source (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/analyzeDeps.js:245:5) in cwd. Resolves package.json main script
2014-05-28 10:47:52 -07:00
Adam Snodgrass a0202559bc Add option to disable node and v8 flags and pass through app flags 2014-02-28 21:16:38 -06:00
Craig Condon c583e2f029 move utils to their own file 2014-02-28 10:39:13 -08:00
Craig Condon 9f93ac0e1e Merge branch 'master' of github.com:crcn/nexe 2014-02-27 16:49:56 -08:00
Craig Condon 66bde4c761 refactor 2014-02-27 16:49:35 -08:00
Talles L 847616a295 Solves #35 2013-12-13 03:25:03 -02:00
Craig Condon 273e864e07 download latest version 2013-10-14 10:29:35 -07:00
Craig Condon 1aa897e132 update node version 2013-10-14 10:25:46 -07:00
Alex Whitman 85b9250b9a Add -t|--temp option to specify location for node.js sources 2013-08-17 12:04:38 +01:00
Craig Condon e8ea712a45 fix #26 - should resolve to absolute path unless / is the first character 2013-07-26 13:40:54 -07:00
Craig Condon 336a30e7c0 added ability to use -h or --help for help menu 2013-02-27 11:26:44 -08:00
Craig Condon 4f9c040d74 properly parse relative path 2013-02-01 11:39:52 -08:00
Craig Condon cdbdbfbb0d cleanup 2013-02-01 11:39:32 -08:00
Craig Condon bea9181be6 properly parse relative path 2013-02-01 11:36:47 -08:00
Craig Condon 11aaccdf66 finally works 2012-11-30 20:11:55 -06:00
Craig Condon 2995a3d916 can build node.js file from cwd now 2011-11-26 17:30:13 -06:00
Craig Condon d0e259be6f can build node.js file from cwd now 2011-11-26 17:24:25 -06:00
Craig Condon 9b82355175 ability to build executables 2011-11-26 17:00:12 -06:00
Craig Condon bb380cb70f updated readme 2011-11-26 13:26:18 -06:00