Skip to content
Discussion options

You must be logged in to vote

Sorry, I don't know how to help you. I just tried it locally, and it's working fine:

  1. Create a theme and activate it.

  2. Create app/design/frontend/Local/evo/web/css/_custom.less

  3. Add new entry to local-themes.js

    'local-evo': {
        area: 'frontend',
        name: 'Local/evo',
        locale: 'en_US',
        files: [
            'css/default',
            'css/checkout',
            'css/deferred-default',
            'css/deferred-checkout',
            'css/email',
            'css/email-inline'
        ],
        dsl: 'less'
    },
    
  4. Run grunt clean:local-evo && grunt exec:local-evo && grunt less:local-evo && grunt watch:local-evo

  5. Change app/design/frontend/Local/evo/web/css/_custom.less

  6. Refresh the page with disabled cache in…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@gkopec
Comment options

@vovayatsyuk
Comment options

Answer selected by gkopec
Comment options

You must be logged in to vote
2 replies
@gkopec
Comment options

@vovayatsyuk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants