I just want to know what the best practices are for getting a task runner to serve an Angular application that compiles Sass, reloads or "watches" PHP, and can query a MySQL database.
I have an app that uses Gulp to reload PHP and compile Sass, but I want to add Angular into the mix!
Any resources, comments, or questions are welcome!
Also, I followed the Webpack documentation on the Angular website (angular.io) but I was unable to deploy my application. Angular has just recently adopted webpack as a task runner/bundler.
Should I just continue to study Webpack or is there some type of workaround?
Thanks!!
-Donald