Using Codekit may help you in the short term, but it will quickly become insufficient. I would take a day or two and get familiar with Webpack and its vast ecosystem. It will be around for a while and you can use it in any situation. Using CodeKit (which is a great product for a single dev with very small projects) is a very temporary fix and you may waste more time making it right than using standard tools.
Build and Deploy workflow
It's a very general question and not very Laravel specific but I'm having hard time figuring what's the best way to handle it.
Until now I didn't use any build tools but I want to give CodeKit a chance.
So my workflow was: 1 - Work on local 2 - Push to git 3 - SSH into production machine 4 - Pull
Now with CodeKit I'm a bit confused. I decided to use the build folder approach. I moved all my js, css, img in Resources > Assets and when I build it, a Build folder is created in the root dir and all files are compiled and copied there.
And here I'm stuck with what is considered best approach to deploy?
Any help or learning resource is greatly appreciated.
Please or to participate in this conversation.