yigitozmen's avatar

Combine multiple less file with wildcard

I'm trying to compile too much less file, but I didn't have success to do this.

.combine(['resources/assets/less/_main_full/*'],'public/css/combined.css')

this line combined and created combined.css but it's inside is still less files.

I think it doesn't compile less files.?

0 likes
1 reply
Cronix's avatar

Try using .less() and create the css file from that, then use combine on the 2 actual css files.

Please or to participate in this conversation.