Merge ours for CSS and JS files, merge theirs for CHANGELOG.md. Added image processing command and dependencies in composer.json. #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description: Merge ours for CSS and JS files, merge theirs for CHANGELOG.md. Added image processing command and dependencies in composer.json.
Motivation
This pull request addresses two main objectives: ensuring that our CSS and JavaScript files maintain consistency during merges, and enhancing our application's image processing capabilities. By merging "ours" for CSS and JS files, we protect our custom styles and scripts from being overwritten during merges. The decision to merge "theirs" for
CHANGELOG.md
ensures that the latest updates and changes from other contributors are accurately reflected in our documentation.Additionally, this PR introduces new dependencies for image processing in the
composer.json
file, enabling us to optimize images efficiently. The inclusion of an image processing command enhances our development workflow by providing a straightforward method to unify naming conventions, fix file extensions, and optimize images within thepublic/images/
folder.Improvements
Merge Strategy:
CHANGELOG.md
will merge "theirs", ensuring we capture all relevant updates from collaborators.Image Processing Capabilities:
intervention/image
andspatie/image-optimizer
dependencies, allowing for robust image manipulation and optimization.app-init:images
, which streamlines the process of:Documentation Update:
README.md
to include instructions for processing images, ensuring that developers are aware of the new capabilities and how to utilize them effectively.This PR significantly enhances our project's ability to manage CSS and JS files while also providing essential tools for image optimization, which is crucial for maintaining an efficient and performant application.