In my project , I am using Asp.net and j query mobile. Now I am using jquery.mobile-1.0b3.css in my pro. I wanna update my jquery mobile new version.
But latest jquery.mobile-1.0.1 has four css files. What I want to add?.
> jquery.mobile-1.0.1.css
jquery.mobile-1.0.1.min.css
> jquery.mobile.structure-1.0.1.css
> jquery.mobile.structure-1.0.1.min.css
Those are two files with a minified version each.
The file without the
.min.is commonly used in production as it is smaller in size than it’s un-minified version.The un-minified version is used in development to debug issues that may arrise.
More Information on the topic:
http://www.hanselman.com/blog/TheImportanceAndEaseOfMinifyingYourCSSAndJavaScriptAndOptimizingPNGsForYourBlogOrWebsite.aspx
Local development references:
Deployed to production references: