medikoo / medikoo/modules-webmake
Improve shell script arguments handling
Open
@medikoo is already working on this.
Since Nov 29, 2013.
- Dominant language
- JavaScript
- Stars
- 413
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
When switching on ignoreErrors with --ignoreerrors, an ENOENT error occurs.
Without the --ignoreerrors, everything is working fine.
Example:
mkdir -p ./build/httpdocs/js
webmake --ext=coffee --ignoreerrors ./src/js/gui/passdeposit.coffee ./build/httpdocs/js/passdeposit.js
results in
/usr/local/lib/node_modules/webmake/node_modules/deferred/lib/_ext.js:71
throw this.value;
^
Error: ENOENT, open '/Users/max/Desktop/PassDeposit/build/httpdocs/js/passdeposit.js'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.