Commit Graph

25 Commits

Author SHA1 Message Date
Jared Allard 489bd0f0fe exe: fixes #122, implement base nexe package field 2015-06-26 18:27:26 -07:00
RainbowDashDC 6d20d4da22 Fixes #107, implements --framework/-F. Fetchs iojs latest. 2015-03-19 23:50:48 -07:00
Christopher Karper 7d75480a6f Renamed relative to absolute 2015-02-21 19:42:04 -05:00
Christopher Karper 3b6f9ff4b7 This was bothering me... 2015-02-21 19:02:16 -05:00
RainbowDashDC 3b1d5a9fe1 Modify readme, implement cross-plat --python <loc> closes #94 2015-02-14 01:50:32 -08:00
Brandon Anzaldi 76072f6df9 Replace optimist with yargs in nexe bin 2014-08-29 18:44:52 -07:00
Craig Condon 270350fda6 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 d4e62c668e Add option to disable node and v8 flags and pass through app flags 2014-02-28 21:16:38 -06:00
Craig Condon 27075a778d move utils to their own file 2014-02-28 10:39:13 -08:00
Craig Condon 9caa365a3e Merge branch 'master' of github.com:crcn/nexe 2014-02-27 16:49:56 -08:00
Craig Condon e7e80f5a2c refactor 2014-02-27 16:49:35 -08:00
Talles L 89eeeda575 Solves #35 2013-12-13 03:25:03 -02:00
Craig Condon a9a97fefe1 download latest version 2013-10-14 10:29:35 -07:00
Craig Condon 875d6d0ff7 update node version 2013-10-14 10:25:46 -07:00
Alex Whitman ca9fced819 Add -t|--temp option to specify location for node.js sources 2013-08-17 12:04:38 +01:00
Craig Condon f1a8a7269f fix #26 - should resolve to absolute path unless / is the first character 2013-07-26 13:40:54 -07:00
Craig Condon 5fe8618236 added ability to use -h or --help for help menu 2013-02-27 11:26:44 -08:00
Craig Condon 127377a92b properly parse relative path 2013-02-01 11:39:52 -08:00
Craig Condon d6a083778a cleanup 2013-02-01 11:39:32 -08:00
Craig Condon 75ecf22ba9 properly parse relative path 2013-02-01 11:36:47 -08:00
Craig Condon ad5532eaad finally works 2012-11-30 20:11:55 -06:00
Craig Condon 1e12cad040 can build node.js file from cwd now 2011-11-26 17:30:13 -06:00
Craig Condon 015b60ee24 can build node.js file from cwd now 2011-11-26 17:24:25 -06:00
Craig Condon c018684658 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