You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always try to learn and get used to new technology. So I recently came across sass and how easy it is to implement it. But lavarel is built to use packages (and fortunatlty there are some really good ones too ^^).
As for assets I managed to find yours. And the idea of using collections is really great. But If I understand correctly, let's say you have a front and backend on a website both having different css/js... You'd have a collection of "frontend" & "backend".
But in my example I have a backend which have different css's on different pages (this to minimize the bandwidth on mobiles). So how would this work? Should I just create one collection for each page? or are there nested collections I could use?
Thanks,
Peter
The text was updated successfully, but these errors were encountered:
Hi,
I always try to learn and get used to new technology. So I recently came across sass and how easy it is to implement it. But lavarel is built to use packages (and fortunatlty there are some really good ones too ^^).
As for assets I managed to find yours. And the idea of using collections is really great. But If I understand correctly, let's say you have a front and backend on a website both having different css/js... You'd have a collection of "frontend" & "backend".
But in my example I have a backend which have different css's on different pages (this to minimize the bandwidth on mobiles). So how would this work? Should I just create one collection for each page? or are there nested collections I could use?
Thanks,
Peter
The text was updated successfully, but these errors were encountered: