Level 67
Try using .less() and create the css file from that, then use combine on the 2 actual css files.
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.?
Please or to participate in this conversation.