We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In broccoli-funnel 2.02, the following worked:
let node = new Funnel('.', { srcDir: '/', destDir: 'foo', });
However, in 3.0.2, it fails with:
Relative path is expected, path / is an absolute path. inputPath gets prefixed to the reltivePath provided.
If this change is intended, it should be documented in changelog as a breaking change.
The text was updated successfully, but these errors were encountered:
srcDir
Fixed by #128
Sorry, something went wrong.
No branches or pull requests
In broccoli-funnel 2.02, the following worked:
However, in 3.0.2, it fails with:
Relative path is expected, path / is an absolute path. inputPath gets prefixed to the reltivePath provided.
If this change is intended, it should be documented in changelog as a breaking change.
The text was updated successfully, but these errors were encountered: