OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce css debug

This topic contains 1 reply, has 2 voices, and was last updated by  Dmitriy Pasechnik 6 years, 2 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #32667

    daniel.coelho
    Participant

    Hi everyone,

    I’m having some issues customising frontend/commerce stuff.

    I’m trying to debug css on dev mode, so I followed the described here: https://github.com/oroinc/platform/tree/master/src/Oro/Bundle/AsseticBundle.

    I set this on config_dev.yml file:

    Then I ran “php app/console cache:clear” and “php app/console assets:install”.

    But apparently nothing has changed. I was expecting the css combining and minifying to be disabled after refresh but nothing changed. Actually, that’s all I wanted to do.
    Does anyone has a clue about this?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #32668

    Dmitriy Pasechnik
    Participant

    Hi daniel.coelho

    Try to run

    “php app/console cache:clear && php app/console assetic:dump && php app/console oro:assets:install”
    Or
    “php app/console cache:clear && php app/console oro:assets:install && php app/console assetic:dump”
    (not sure about correct order)

    Also check that cache is disabled in your browser, when you refresh your local ORO site
    How to Completely Disable Cache in Google Chrome

Viewing 1 replies (of 1 total)

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top