While using Gulp with Laravel’s Elixir, I found while it minifies/uglifies JavaScript on a production build, it doesn’t strip JavaScript debugging. It was also far more time consuming to implement this as a custom Task or Extension. Stripping debugging allows you to freely use Console.debug() and similar debugging calls in development, which otherwise will reduce the … Read More