Open kanakiyajay opened 9 years ago
Currently:
Example minified js file
$(document).ready(function(){console.log("document is ready"),$("#submit").on("click",function(){console.log("Submit Button Clicked")})});
After running it through grunt-remove-logging the output its:
$(document).ready(function(){
Currently:
Example minified js file
After running it through grunt-remove-logging the output its: