Using grunt:watch seems to not working with _custom.less #391
-
|
Hi, Unfortunately I think I miss something but I am not sure what exactly ;) The Magento is in developer mode. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Sorry, I don't know how to help you. I just tried it locally, and it's working fine:
|
Beta Was this translation helpful? Give feedback.
-
|
@vovayatsyuk shouldn't |
Beta Was this translation helpful? Give feedback.
Sorry, I don't know how to help you. I just tried it locally, and it's working fine:
Create a theme and activate it.
Create
app/design/frontend/Local/evo/web/css/_custom.lessAdd new entry to
local-themes.jsRun
grunt clean:local-evo && grunt exec:local-evo && grunt less:local-evo && grunt watch:local-evoChange
app/design/frontend/Local/evo/web/css/_custom.lessRefresh the page with disabled cache in…