-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Conversation
@asbiin breaking how? |
@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. |
🎉 This PR is included in version 2.22.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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).
This pull request has been automatically locked since there |
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
thenyarn 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.