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

gitignore lib/cjs and lib/es6 instead of lib #742

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mightyiam
Copy link

This should help prevent accidental inclusion of old build artifacts in packages.

@jvanbruegge
Copy link
Member

This breaks our @cycle/run build, as it involves copying files to lib/. I also do not see the benefit in this

@mightyiam mightyiam closed this Nov 15, 2017
@mightyiam mightyiam deleted the lib branch November 15, 2017 03:51
@mightyiam mightyiam reopened this Nov 15, 2017
@@ -8,6 +8,8 @@
node_modules

# Generated
lib/cjs
lib/es6
lib/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to me that @cycle/run is the only exception, where we have this backwards-compatible lib location. So don't ignore this.

@am-a
Copy link

am-a commented Sep 2, 2018

I believe this may have come back to haunt - as published npm rxjs-run doesn't have the latest artifacts

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.

None yet

3 participants