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

Stop checking the build directory into the repo #118

Merged
merged 4 commits into from
Sep 9, 2016
Merged

Conversation

jonrohan
Copy link
Member

@jonrohan jonrohan commented Sep 9, 2016

This pull updates the .gitignore and .npmignore so that the /build/ directory is not checked into the repository, but it's included in the package published to npm.

The advantages to doing this are

  • We don't have two /svg/ folders confusing users
  • Making edits to /build/ files often creates conflicts

@jonrohan jonrohan added this to the v5.0.0 milestone Sep 9, 2016
@jonrohan jonrohan merged commit b48a321 into master Sep 9, 2016
@jonrohan jonrohan deleted the build_ignore branch September 9, 2016 22:32
@arthurhammer
Copy link

Quick heads up that the readme needs to be updated for this. Just stumbled over this looking for build 😅:

All the files you need will be in the /build/ directory already...

@jonrohan
Copy link
Member Author

Thanks for the ping, I have an update to the readme ready in this PR #120 but I'm going to update it to make sure that I clearly say the /build/ directory is the minimized and compiled files and it's located in npm or can be built with the repo.

dmitshur added a commit to shurcooL/octicon that referenced this pull request Sep 17, 2016
The build/svg.json file has been removed upstream as of
primer/octicons#118.
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

2 participants