seamuswc's avatar

How does the server 'mix' the Sass and JS when pulling from GitHub.

Do I need to write a script to 'Mix' all my Css and Js before uploading my project to a server?

0 likes
1 reply
tykus's avatar

Depending on your deployment process, you could have a mix build your assets on deployment (similar to Composer install the projects dependencies, you would have NPM/Yarn run the production command).

Please or to participate in this conversation.