I am trying to combine all my js files into 1 js file.
Everything is working perfectly until I'm trying to copy and paste the content of the jQuery 2.0.2 file.
I can make it work via JSMin but I prefer not to use this method so I was wondering if there is any quick SIMPLE solution for that.
Thanks in advance.