jrdavidson's avatar

Theme Assets To Compile With Mix

I have just recently purchased a new theme to brand with my application and I am trying to consider the best way to go about storing the assets that are needed to make the theme work. There are vendor specific assets as well as theme specific assets. My plan is to then decide if I'm going to just add all files into one file or try and create a vendor compiled script or what not.

Any suggestions on what I should do?

0 likes
2 replies
Ashraam's avatar

Usually I put the assets in the resources folder and copy them using laravel mix. (I put them in a specific folder IE template and then change the scripts/styles link in the code)

Not sure that's the best way, I hope we'll have some feedback too

Please or to participate in this conversation.