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

refactor: remove assets from repository #4759

Merged
merged 15 commits into from
Apr 30, 2021
Merged

refactor: remove assets from repository #4759

merged 15 commits into from
Apr 30, 2021

Conversation

asbiin
Copy link
Member

@asbiin asbiin commented Jan 1, 2021

This will resolve #136

It's a breaking change!

BREAKING CHANGE: The assets are no longer embedded in source code: javascript, css, font files. Run yarn install then yarn run production to recreate them from sources, or download a release file that contains compiled files.

BREAKING CHANGE: For Heroku users: You'll have to manually go to Settings > Buildpacks and add buildpack: nodejs. See this doc.

BREAKING CHANGE: See more information about how to install a Monica instance here.

@djaiss
Copy link
Member

djaiss commented Jan 4, 2021

@asbiin breaking how?

@asbiin
Copy link
Member Author

asbiin commented Jan 4, 2021

@djaiss yes it's a breaking change as every deploy script will have to be updated to make it work. I suggest to create a v3.0.0 for that feature.

@djaiss
Copy link
Member

djaiss commented Jan 4, 2021

@djaiss yes it's a breaking change as every deploy script will have to be updated to make it work. I suggest to create a v3.0.0 for that feature.

I agree.

@asbiin asbiin merged commit 570dde1 into master Apr 30, 2021
@asbiin asbiin deleted the remove-assets branch April 30, 2021 12:36
@github-actions
Copy link

🎉 This PR is included in version 2.22.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

asbiin added a commit that referenced this pull request Apr 30, 2021
asbiin added a commit that referenced this pull request Apr 30, 2021
BREAKING CHANGE: The assets are no longer embedded in source code: javascript, css, font files. Run `yarn install` then `yarn run production` to recreate them from sources, or download a [release file](https://github.com/monicahq/monica/releases) that contains compiled files.

BREAKING CHANGE: For Heroku users: You'll have to manually go to `Settings` > `Buildpacks` and add buildpack: `nodejs`. See [this doc](https://github.com/monicahq/monica/blob/master/docs/installation/providers/heroku.md#update-from-2x-to-3x).

BREAKING CHANGE: See more information about how to install a Monica instance [here](https://github.com/monicahq/monica/tree/master/docs/installation).
@github-actions
Copy link

github-actions bot commented May 1, 2022

This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove any pre-compiled assets from the codebase
2 participants