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

ignore the build directory #22

Merged
merged 1 commit into from
Apr 2, 2022
Merged

ignore the build directory #22

merged 1 commit into from
Apr 2, 2022

Conversation

ChristopherChudzicki
Copy link
Collaborator

The commit adds the build/ directory to gitignore and CDNs within the HTML examples, as discussed here: #21.

Additionally, I added rm -rf build to the build script because when Typescript rebuilds, it does NOT remove old files. This has caused me problems in other projects, and I'd like to avert those problems here.

The commit adds the build/ directory to gitignore and CDNs within the HTML examples, as discussed here: #21.

Additionally, I added `rm -rf build` to the build script because when Typescript rebuilds, it does NOT remove old files. This has caused me problems in other projects, and I'd like to avert those problems here.
@ChristopherChudzicki
Copy link
Collaborator Author

@sritchie Let me know if you have thoughts about this... See also comments in #21

@sritchie sritchie merged commit 7ca43d9 into master Apr 2, 2022
@sritchie sritchie deleted the cc/remove-build branch April 2, 2022 19:15
@sritchie
Copy link
Collaborator

sritchie commented Apr 2, 2022

I am really happy these are gone. PRs will be much simpler now.

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