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 built main.js from versioning #102

Conversation

fernandoporazzi
Copy link
Contributor

We should never version built files. This leads to conflicts when merging branches.

This commit deletes the main.js file and changes the .gitignore to prevent it from being added again

We should never version built files. This leads to conflicts when merging branches.

This commit deletes the main.js file and changes the .gitignore to prevent it from being added again
@Reckless-Satoshi
Copy link
Collaborator

Reckless-Satoshi commented Apr 21, 2022

Thanks @fernandoporazzi LGTM, merging!

It was a hassle for development and checking out branches. Yet it made it easy for deployment on the production platform since "git pull" was enough (no need to have the dependencies needed to build it).

I will figure out an alternative pipeline for deploying into production.

@Reckless-Satoshi Reckless-Satoshi merged commit e680f32 into RoboSats:main Apr 21, 2022
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