forked from magento/magento2
-
-
Notifications
You must be signed in to change notification settings - Fork 0
[Forwardport] Fixed Issue #11354 Merged CSS file name generation #2
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ech-debt-cleanup-background-attributes-for-banner
…7-product-website
- Fixing flakiness in delete image action group
- updated mftf test
… set - Skipped test due to MAGETWO-92780
…' into bulk-custom-route
- fix static code issue
…ug-fixes [Team 3] Bug Fixes
…' into bulk-custom-route
…2_2.3-upgrade-changes
…8-tech-debt-cleanup-background-attributes-for-banner
…pgrade-changes [borg] MAGETWO-85929: Create and configure deployment plans to test publication changes
…ech-debt-cleanup-background-attributes-for-banner
…eservation mechanism. magento#16170
…I reservation mechanism. magento#16153
…erface, remove meaningless code
…status-search # Conflicts: # app/code/Magento/AsynchronousOperations/Api/Data/OperationSearchResultsInterface.php # app/code/Magento/AsynchronousOperations/Model/OperationRepository.php
…status-search # Conflicts: # app/code/Magento/AsynchronousOperations/Api/Data/OperationSearchResultsInterface.php # app/code/Magento/AsynchronousOperations/Model/OperationRepository.php
…dvanced-attributes
[borg] MAGETWO-86795: Admin Create Customer functional test fails
…e-advanced-attributes
…move-advanced-attributes [obsessive] MC-401: Advanced Attributes Not Removing From Preview
Status Search API
sashas777
pushed a commit
that referenced
this pull request
Jun 27, 2018
[Forwardport] Added language translation for comment tag
sashas777
pushed a commit
that referenced
this pull request
Jun 27, 2018
[Forwardport] Remove double semicolon from the style sheets.
sashas777
pushed a commit
that referenced
this pull request
Jun 27, 2018
…ata\SearchResultProcessor.php #2
sashas777
pushed a commit
that referenced
this pull request
Jun 27, 2018
- Merge Pull Request magento#15798 from chirag-wagento/magento2:2.3-develop-PR-port-15789 - Merged commits: 1. cd0a7b4
Nazar65
pushed a commit
that referenced
this pull request
Feb 12, 2020
Pulling latest from M2 develop in to Absolute develop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Original Pull Request
magento#15144
Fixed Issue magento#11354 Merged CSS file name generation
Description
When "Sign Static Files" option enabled at the Stores->Configuration->Advanced->Developer->Static Files Settings minified and merged CSS file md5 hash will be based on deployed version number.
This allows CSS code to be updated after each deploy at browser automatically. Previously you have to do CTRL+F5 after deploy to see CSS changes.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist