format all on including stylesheet for WP7

This commit is contained in:
danielgrippi 2011-09-29 00:39:12 -07:00
parent ae1fd49954
commit 70b175479c

View file

@ -25,11 +25,12 @@
%link{:rel => 'shortcut icon', :href => '/apple-touch-icon.png'} %link{:rel => 'shortcut icon', :href => '/apple-touch-icon.png'}
/ iOS mobile web app indicator / iOS mobile web app indicator
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"} / NOTE(we will enable these once we don't have to rely on back/forward buttons anymore)
%link{:rel => "apple-touch-startup-image", :href => "/images/apple-splash.png"} /%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}
/%link{:rel => "apple-touch-startup-image", :href => "/images/apple-splash.png"}
/ Stylesheets / Stylesheets
= include_stylesheets :mobile = include_stylesheets :mobile, :format => 'all'
= yield(:custom_css) = yield(:custom_css)
%script{:src => "/javascripts/vendor/mbp-modernizr-custom.js"} %script{:src => "/javascripts/vendor/mbp-modernizr-custom.js"}