Commit Graph

27 Commits

Author SHA1 Message Date
Craig Condon d7a909da71 remove commented out code 2014-07-30 11:38:16 -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
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
Jan-Henrik fd01aac2e7 Added Windows Support using vcbuild.bat 2014-05-12 20:29:02 +02:00
Adam Snodgrass 1e982d0e82 Remove duplicate _log definition 2014-02-28 21:35:56 -06:00
Craig Condon 932db9813d Merge pull request #44 from northshorenetworks/master
Add option to pass through CLI flags but ignore node and v8 flags
2014-02-28 19:31:00 -08: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 c9025d1c74 fix typo 2014-02-28 19:01:16 -08:00
Adam Snodgrass fb57b09e66 Added progress to package.json dependencies; Defined _log in monkeypatch.js 2014-02-28 18:54:38 -06:00
Craig Condon ca3ab97bee remove old file 2014-02-28 10:46:43 -08:00
Craig Condon 078540697c resolve merge conflict 2014-02-28 10:40:07 -08:00
Craig Condon c583e2f029 move utils to their own file 2014-02-28 10:39:13 -08:00
Adam Snodgrass 10af1803ab Add platform detection for openbsd & freebsd compatibility 2014-02-27 23:08:33 -08:00
Craig Condon 66bde4c761 refactor 2014-02-27 16:49:35 -08:00
Craig Condon 085e475bd4 cleanup 2013-10-14 10:40:46 -07:00
Craig Condon 273e864e07 download latest version 2013-10-14 10:29:35 -07:00
Alex Whitman 424a7bdcbb Unshift 'node' onto process.argv
The node executable is the first value in argv. This was missing after
compiling.
2013-08-18 18:16:23 +01:00
Alex Whitman 85b9250b9a Add -t|--temp option to specify location for node.js sources 2013-08-17 12:04:38 +01:00
Alex Whitman b2871f09cd Rewrite configure/make spawning 2013-08-17 11:36:03 +01:00
Alex Whitman 6ff539b4e6 Fix up linting warnings
- Mix of tabs and spaces
- Trailing whitepsace
- Missing semi-colons
2013-08-17 10:31:55 +01:00
Craig Condon ddea854649 replace browserify with sardines 2013-04-09 13:37:45 -07:00
Craig Condon 11aaccdf66 finally works 2012-11-30 20:11:55 -06:00
Craig Condon 5076c15e76 typo 2011-11-26 17:30:50 -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