app/assets/javascripts/polyfills.js in html5-rails-0.0.2 vs app/assets/javascripts/polyfills.js in html5-rails-0.0.3
- old
+ new
@@ -1,8 +1,16 @@
-//= require html5/boilerplate/polyfills
+// This manifest is for javascript polyfills that will get included
+// in the head section of your layouts.
+//
+// polyfill (n): a JavaScript shim that replicates the standard API for older browsers.
+//
+// Html5 Boilerplate polyfills
+//= require modernizr.min
+//
+// Add your own polyfills below
\ No newline at end of file