Jared Allard
aa6988c85f
npm: vbump to 1.1.1 for when its released
2016-02-23 23:15:41 -08:00
Jared Allard
a8c13a436b
bundle: browserify.paths for controling require paths from nexe
2016-02-23 23:14:57 -08:00
Jared Allard
f50e94a781
bundle/exe: more ES6, browserify.excludes, browserify.requires in package.json.
2016-02-23 23:00:19 -08:00
Jared Allard
71f39e5a11
Merge pull request #188 from jeff-blaisdell/issue-184
...
ISSUE-184: Allow browserify configuration to be passed through to bundler.
2016-02-22 09:08:58 -08:00
Jeff Blaisdell
ae4baad4f3
ISSUE-184: Allow browserify configuration to be passed through to bundler.
2016-02-21 09:58:44 -06:00
Jared Allard
0ffbb5be66
Merge pull request #181 from mt-sergio/patch-1
...
Missing dot
2016-02-08 06:03:07 -08: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
ce2db38b92
npm: 1.1.0 release
2016-02-01 12:57:14 -08:00
Jared Allard
f75948b7e8
exe: use custom tar+gz extraction method, should fix #175
2016-02-01 12:56:48 -08:00
Jared Allard
36a31b1048
git/npm: dont try to include src directory.
2016-01-30 15:13:42 -08:00
Jared Allard
b25643483e
npm: dont track test
2016-01-29 11:40:00 -08:00
Jared Allard
3f997ca93a
npm: lets go npm!
2016-01-29 11:39:10 -08:00
Jared Allard
6273bd2e9a
npm: continue the attempts to figure out why bin isnt included
2016-01-29 11:38:38 -08:00
Jared Allard
4d8a1849e8
npm: try to fix bin/nexe not being included in npm
2016-01-29 11:21:14 -08:00
Jared Allard
df246cd2fc
exe: support 0.10.x for js-flags
2016-01-28 20:21:26 -08:00
Jared Allard
ea38821fd4
test: include js-yaml senario, which fixes #148
2016-01-28 17:51:56 -08:00
Jared Allard
bbe26640df
npm: prepare version 1.0.7, release 1.0.6
v1.0.6
2016-01-28 15:38:43 -08:00
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
3ac02efd18
readme: document opts for nexe.compile and package.json
2016-01-28 14:50:37 -08:00
Jared Allard
b100922d91
test: dont append os ext to test file.
2016-01-28 14:29:21 -08:00
Jared Allard
87660c3682
exe: fixes #168 . Implements package.json nexe.runtime.js-flags for v8 flags.
2016-01-28 14:25:31 -08:00
Jared Allard
635cd62196
exe: handle tar extraction & download failures better
2016-01-24 21:08:38 -08:00
Jared Allard
336a5ea2e3
misc: remove .cupboard
2016-01-24 21:01:58 -08:00
Jared Allard
7fe0d207de
exe: better configure error, logs, fix a bug in handling spawn args for certain node versions
2016-01-24 20:59:58 -08:00
Jared Allard
3e708ca916
npm: prepare 1.0.5
2016-01-24 17:30:40 -08:00
Jared Allard
de84339c80
exe: dont check for options, yet. fixes #163
2016-01-24 17:28:04 -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
53daa903ea
readme: remove 5.x.x notice
2016-01-22 14:42:40 -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
v1.0.0
2016-01-22 12:49:55 -08:00
Jared Allard
7641afa5a4
test: express test
2016-01-22 12:36:39 -08:00
Jared Allard
34210a3bd6
merge: manually merge master commits
2016-01-22 12:35:41 -08:00
Jared Allard
6ce224d6e4
browserify: implement error checks, path checks, and support express
2016-01-22 12:26:26 -08:00
Jared Allard
53a9c5a210
breaking changes notification
2015-11-30 13:24:11 -08:00
Jared Allard
727f081e87
Merge pull request #149 from jamiechard/master
...
Make checkThatExecutableExists backwards compatible
2015-11-12 14:35:49 -08:00
Jamie Chard
907be00fdc
Make checkThatExecutableExists backwards compatible
2015-11-12 15:56:29 +11:00
Jared Allard
14d1ec38d1
Merge pull request #147 from jackdoe/master
...
add nodeConfigureArgs and nodeMakeArgs from package.json
2015-11-05 08:39:31 -08:00
borislav nikolov
de531ba750
add nodeConfigureArgs and nodeMakeArgs from package.json
...
example:
"runtime": {
"framework": "nodejs",
"version": "5.0.0",
"ignoreFlags": true,
"nodeConfigureArgs": ["--fully-static"],
"nodeMakeArgs": ["-j","4"]
}
there is no check if those flags change, which means
if they are changed you must rm -rf the temp directory
will probably push a commit that writes a checksum of them
in the node temp directory so it knows when it is invalid
2015-11-05 15:13:58 +01:00
Jared Allard
a497851a74
Merge pull request #143 from vilic/master
...
proxy browserResolve, fix `child_process.fork` results in bad option, efforts on commander.js compatibility.
2015-10-23 16:40:24 -07:00
vilicvane
915181d0b0
Do not change --child_process path if it's absolute
2015-10-23 12:21:41 +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
a9aa1f81fa
Merge pull request #142 from vilic/patch-1
...
Fix a bug caused by last line being a `//` comment
2015-10-21 17:59:40 -07:00
vilicvane
16139e1dc7
Fix a bug caused by last line being a // comment
...
Such as `//# sourceMappingURL=...`.
2015-10-21 17:59:38 +08:00
Jared Allard
2bc181f2ab
Merge pull request #139 from jaredallard/master
...
merge with master
2015-09-28 16:36:40 -07:00
Jared Allard
4c80d88013
Merge pull request #136 from 1j01/handle-build-failure
...
Handle build failure
2015-09-16 10:25:35 -07:00
Isaiah Odhner
36094e8d47
Handle build failure
2015-09-16 09:38:49 -04:00
Jared Allard
af42599a15
use browserify cli to do this...
2015-08-19 15:59:26 -07:00