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

Remove legacy .gitignore rules #1244

Merged
merged 3 commits into from
Jan 26, 2018
Merged

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Jan 25, 2018

@parisk we don't need the dist/ rule anymore right?

@Tyriar Tyriar added this to the 3.1.0 milestone Jan 25, 2018
@Tyriar Tyriar self-assigned this Jan 25, 2018
@Tyriar Tyriar requested a review from parisk January 25, 2018 15:22
@Tyriar
Copy link
Member Author

Tyriar commented Jan 25, 2018

Actually maybe we do need dist still

image

What task builds the dist folder?

parisk
parisk previously requested changes Jan 26, 2018
Copy link
Contributor

@parisk parisk left a comment

Choose a reason for hiding this comment

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

We need the dist/ folder. Other than that, I think it's OK 😄 .

.gitignore Outdated
@@ -19,10 +19,5 @@ fixtures/typings-test/*.js
# Directories needed for code coverage
/coverage/

# Keep legacy files out of the repo, this can be removed when we merge v3 into master
dist/
Copy link
Contributor

Choose a reason for hiding this comment

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

We need dist/ to keep the distribution files created by the following lines:

export BUILD_DIR=dist
npm run build

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, that's where it's done. Was there any reason we don't just move the build dir to dist?

Copy link
Member Author

Choose a reason for hiding this comment

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

Created #1254 to follow this question up

@Tyriar Tyriar merged commit 9feb10e into xtermjs:master Jan 26, 2018
@Tyriar Tyriar deleted the remove_legacy_gitignore branch January 26, 2018 18:34
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.

2 participants