Skip to content

Conversation

@bubasuma
Copy link
Contributor

@bubasuma bubasuma commented Nov 7, 2019

Steps to reproduce:

  • Install clean Magento
  • Set Magento to production mode
    bin/magento deploy:mode:set production
  • Set next configuration:
    bin/magento config:set dev/js/minify_files 1
    bin/magento config:set dev/css/minify_files 1
    bin/magento config:set dev/js/enable_js_bundling 1
    bin/magento config:set dev/css/merge_css_files 1
  • Remove cache, static content and generated folder
    rm -rf var/cache/* var/page_cache/* var/view_preprocessed/* pub/static/* generated/*
  • Run DI compilation
    bin/magento setup:di:compile
  • Run static content deployment for admin theme only with compact strategy
    php bin/magento setup:static-content:deploy -f -s compact --no-html-minify --area adminhtml --theme Magento/backend en_US
  • Login to admin panel & Go to Content -> Blocks
  • Open the developer toolbar (F12) and go to network tab
  • Open the CMS block edit page and notice the URL with 404 status

Actual result:
Some js files not found, see screenshot

Expected result:
all js files should be loaded

- Fix page builder JS and CSS are not loafing when static files are deployed in compact mode
- Change protected property to private in Render controller
@bubasuma bubasuma requested a review from davemacaulay November 7, 2019 22:08
@davemacaulay
Copy link
Contributor

We intend to deliver this fix within an existing PR once QA has verified the fix: #318

@bubasuma bubasuma deleted the MC-22714 branch November 8, 2019 16:55
magento-devops-reposync-svc pushed a commit that referenced this pull request Mar 27, 2024
…21-2024

[Support Tier-4-Kings glo28218] 03.21.2024 Regular delivery of bugfixes and improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants