After reading this post (recommended reading) that you are not using HTML5Shiv directly from the source, like (almost) everyone does, I try to enable html5shiv.js in my application using the Rails 3.2 Asset Pipeline.
I downloaded both reduced and non-minified versions of javascript. The agreement says that you add third-party files to the vendors / assets folder. I have two questions:
1) Which version (reduced or not indexed) should be added to the vendors / assets / javascrip folder?
2) Since this is a conditional link <!--[if lt IE 9]>, what should I call the script?
I do not want to add it to the manifest of the .js application, because I want to save it as a separate file, and I want to use this condition. I am lost!
Any help would be greatly appreciated.
thank
source
share