Jared Allard
54675f0e23
bundle: search top-level directories for browserify as well. Fixes #170 . Implement support for js-flags in 0.12.x
2016-01-28 15:32:33 -08:00
Jared Allard
3e708ca916
npm: prepare 1.0.5
2016-01-24 17:30:40 -08:00
Jared Allard
fb81a9c75e
npm: prepare 1.0.4
2016-01-22 15:00:23 -08:00
Jared Allard
0e34905ddc
npm/bundle: remove through depend that wasnt even used
2016-01-22 14:58:31 -08:00
Jared Allard
c1e7416644
npm: fix version issue, and don't bundle src in builds
2016-01-22 14:51:16 -08:00
Jared Allard
9e2a5f1c78
exe/bundle: fix bugs intoduced in 1.0.0. v1.0.1. Fixes #162
2016-01-22 14:37:27 -08:00
Jared Allard
82a6e8f1c7
merge: master browserify
2016-01-22 12:49:55 -08:00
Jared Allard
6ce224d6e4
browserify: implement error checks, path checks, and support express
2016-01-22 12:26:26 -08:00
vilicvane
002727e10f
proxy browserResolve for better compatibility; fix node bad option error; change process.argv[1] to current module path for commander.js compatibility.
2015-10-22 14:45:30 +08:00
Jared Allard
78ca929350
fix insertGlobalVars
2015-08-19 15:48:22 -07:00
Jared Allard
292063c482
remove examples, base of browserify
2015-08-19 14:59:12 -07:00
Jared Allard
a0a82e9547
prepare for next version (incase of merge)
2015-08-19 14:22:30 -07:00
Jared Allard
e1b30b86ae
minor comsetic logging fix. vbump to v0.4.1
2015-08-09 08:42:18 -07:00
Jared Allard
4c88a01003
fix second run issues with --flag enabled. better error handling
2015-08-09 08:32:18 -07:00
Jared Allard
5dbd6b4048
package: finally got around to adding contrib
2015-06-29 10:41:16 -07:00
Jared Allard
ce6c570c01
retarget 2.3.1 for nexe
2015-06-26 18:36:26 -07:00
Jared Allard
d4be3712cd
exe: fixes #122 , implement base nexe package field
2015-06-26 18:27:26 -07:00
Jared Allard
882c838cb5
nexe: vbump / remove devdepends
2015-06-26 15:30:02 -07:00
Jared Allard
0ae40b9a3c
manifest: async 0.9.0 => 1.2.1
2015-06-19 21:46:00 -07:00
RainbowDashDC
3dd5a2102f
nexe: vbump and dependencies.
2015-05-01 13:29:42 -07:00
Shiva Kumar Madhavan
e7c7878675
Updated version of dependency builtins to 1.0.1 ( inclusion of console to the built in module list )
2015-04-16 17:17:08 +08:00
Christopher Karper
1d14ca6359
Freshened up all dependencies
2015-02-22 21:32:59 -05:00
Christopher Karper
1114a581ae
Updated deps
2015-02-22 15:05:47 -05:00
RainbowDashDC
d2d703e9ea
Publish new version to hopefully fix #103
2015-02-21 01:16:34 -05:00
RainbowDashDC
bd75617a2a
V bump to solve critical error.
2015-02-15 11:10:34 -08:00
RainbowDashDC
d4205a70c3
Version bump 0.3.5, update depends
2015-02-14 09:44:49 -08: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 Condon
81192a7b3a
v bump
2014-10-10 09:23:51 -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
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
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
Craig Condon
95afa87f71
v bump
2014-05-13 11:42:44 -07:00
Jan-Henrik
fd01aac2e7
Added Windows Support using vcbuild.bat
2014-05-12 20:29:02 +02:00
Craig Condon
9d372ffecd
added progress to package.json
2014-03-06 11:28:00 -08: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
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
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
Craig Condon
66bde4c761
refactor
2014-02-27 16:49:35 -08:00
Craig Condon
46b2761db8
v bump
2013-10-14 10:26:47 -07:00
Samyak Bhuta
9007a080cf
Added preference for global install.
2013-10-14 18:47:33 +05:30
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
ddea854649
replace browserify with sardines
2013-04-09 13:37:45 -07:00