Level 46
Try using gulp to just copy your files to where you need them, it might be quicker.
Is there a way to bypass mix while developing? Is sooooo slow on my specific environment.
I'd like to simply use my javascript and css 'as is' in development and then I'll manually run npm run production before releasing.
I know how handle dynamic inclusions, based on env, into my blade layout, but how to be able to 'load all js and css as is' in devlopment is out of my knowledge.
Is it possible?
Please or to participate in this conversation.