I am using rails 4. I want to exempt 1 Js file from being minified. I am using uglifier gem (1.3.0)
adding Js file in script tag will minify the Js? can someone guide me about that?
looked into articles which are suggesting to add link to Js file in script tag
some other referenced articles I've looked into Article 1