include modernizer in the mobile group so it works

This commit is contained in:
Maxwell Salzberg 2012-04-20 00:00:23 -07:00
parent 56312a3148
commit 5f839aa26f
3 changed files with 2 additions and 3 deletions

View file

@ -3,6 +3,8 @@
* the COPYRIGHT file.
*/
//= require jquery.charcount
//= require mbp-modernizr-custom
//= require mbp-respond.min
//= require mbp-helper
$(document).ready(function(){

View file

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

View file

@ -34,7 +34,6 @@
= stylesheet_link_tag :mobile, :format => 'all'
= yield(:custom_css)
= javascript_include_tag 'mobile_modernizr'
= csrf_meta_tag