Skip to content

Optimize images #4

@codebyrpp

Description

@codebyrpp

Check if you can reduce the file size of the images in the assets folder without reducing the quality.

  • Pull the development branch
    git pull origin development

  • Make a branch from the development to test the above (branch name could be optimize-images)
    git checkout development //to go the development branch (checkout)
    git checkout -b optimize-images // to make the new branch and checkout that

  • Do the necessary changes to the images.

  • Commit the changes (make sure that you commit while you are in the feature branch[ie. optimize-images in this case])

  • Push the feature branch
    git push origin optimize-images

  • Go to github and make pull request to merge the feature branch to the development branch

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions