Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outputRelativePath gets truncated #147

Open
shinkathe opened this issue Oct 22, 2015 · 0 comments
Open

outputRelativePath gets truncated #147

shinkathe opened this issue Oct 22, 2015 · 0 comments

Comments

@shinkathe
Copy link

An outputrelativePath of ../../../../../ will be truncated to ../../../, so anything more than 3 levels won't work.

Does not seem like a problem with usemin, but probably with gulp-concat.

You may observe this behaviour if you add a console.info(file) to this bit in pipeline.js while having an outputrelativePath set to say: ../../../../../

  tasks.push(through.obj(function(file, enc, streamCallback) {
    streamCallback(null, file);
    push(file);
    console.info(file); // Note how outputrelativePath loses depth before this
  }));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant