browserify / browserify/factor-bundle
Can't get example to work
未关闭
- 主要语言
- JavaScript
- 星标
- 397
- 派生
- 24
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm on ubuntu 14.04 with the latest version of browserify.
I can't get the simple example to work
```
git clone git@github.com:substack/factor-bundle.git
cd factor-bundle/example/files
mkdir bundle
browserify x.js y.js > bundle.js
browser-unpack < bundle.js | factor-bundle x.js -o bundle/x.js y.js -o bundle/y.js > bundle/common.js
```
This results in the creation of `bundle/common.js` but no `x.js` or `y.js`
贡献指南
这个仓库没有索引到贡献指南
调研方向
在 Ubuntu 上使用列出的 browserify、browser-unpack 和 factor-bundle 命令,在 example/files 中重现该问题。检查生成的 bundle.js 和 bundle/common.js,然后追踪 bundle/x.js 和 bundle/y.js 未被创建的原因。完成的标准是示例生成全部三个预期的输出文件,或清楚记录受支持的行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- cli, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100