cancel
Showing results for 
Search instead for 
Did you mean: 

less not being compiled into css

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

less not being compiled into css

Hi,

 

I have a problem with the less not being compiled into css.

 

If i choose server side compilation and add a change to the theme.less file in /app/design/frontend/Mgs/molly/web/css/ it should compile to /pub/static/frontend/Mgs/molly/de_DE/css but it doesnt. The only way I can get it to compile the changes is to delete everything in pub/static/ and var_processed now it will pick up the change but this only works once. It will renegerate everything in these folder and then it no longer works.

 

I have also created a gulpfile that is doing exactly the same thing, it will regenerate the theme.css file once a change is made to theme.less but again the changes are not being copied over.

 

Any ideas???

1 ACCEPTED SOLUTION

Accepted Solutions

Re: less not being compiled into css

I have fixed the gulpfile it was removing comments but the css code is being compiled...but serverside processing doesn't  work

View solution in original post

1 REPLY 1

Re: less not being compiled into css

I have fixed the gulpfile it was removing comments but the css code is being compiled...but serverside processing doesn't  work