fix mobile modernizer with asset pipeline

This commit is contained in:
Maxwell Salzberg 2012-04-19 22:45:34 -07:00
parent bfbae50e5a
commit 56312a3148
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
//= require mbp-modernizr-custom
//= require mbp-respond.min

View file

@ -34,7 +34,7 @@
= stylesheet_link_tag :mobile, :format => 'all'
= yield(:custom_css)
= javascript_include_tag 'mbp-modernizr-custom', 'mbp-respond.min'
= javascript_include_tag 'mobile_modernizr'
= csrf_meta_tag