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

Fixed Source Map generation when multiple input/output paths are used. #39

Merged
merged 1 commit into from
Oct 22, 2015
Merged

Fixed Source Map generation when multiple input/output paths are used. #39

merged 1 commit into from
Oct 22, 2015

Conversation

mkempe
Copy link
Contributor

@mkempe mkempe commented Oct 21, 2015

Hey there,

this is the PR for fixing the problem with multiple input output paths.

This probably fixes #32 and makes

lessOptions: {
  mergeTrees: {
    overwrite: true
  }
}

no longer necessary.

The problem is gabrielgrant/broccoli-less-single#29 and we have to wait until the problem is fixed and merged. This PR updates the README and the broccoli-less-single dependency for testing purpose.

@knownasilya
Copy link
Collaborator

Looks like that does the trick.

@knownasilya
Copy link
Collaborator

Once you update the version and squash, I can merge this. 👍

@mkempe
Copy link
Contributor Author

mkempe commented Oct 22, 2015

Hey Ilya,

done, thanks again for looking into it.

knownasilya pushed a commit that referenced this pull request Oct 22, 2015
Fixed Source Map generation when multiple input/output paths are used.
@knownasilya knownasilya merged commit f60c9e1 into gpoitch:master Oct 22, 2015
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

Successfully merging this pull request may close these issues.

Adding additional outputPaths throws merge-trees error
2 participants