second attempt on readding modernizr-custom.js
This commit is contained in:
parent
fe7de0544d
commit
70ba2651c3
2 changed files with 16 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
= stylesheet_link_tag :mobile, :format => 'all'
|
= stylesheet_link_tag :mobile, :format => 'all'
|
||||||
= yield(:custom_css)
|
= yield(:custom_css)
|
||||||
|
|
||||||
%script{:src => "/javascripts/vendor/mbp-modernizr-custom.js"}
|
%script{:src => "/assets/mbp-modernizr-custom.js"}
|
||||||
/ Media Queries Polyfill https://github.com/shichuan/mobile-html5-boilerplate/wiki/Media-Queries-Polyfill
|
/ Media Queries Polyfill https://github.com/shichuan/mobile-html5-boilerplate/wiki/Media-Queries-Polyfill
|
||||||
:javascript
|
:javascript
|
||||||
Modernizr.mq('(min-width:0)') || document.write('<script src="javascripts/vendor/mbp-respond.min.js">\x3C/script>')
|
Modernizr.mq('(min-width:0)') || document.write('<script src="javascripts/vendor/mbp-respond.min.js">\x3C/script>')
|
||||||
|
|
|
||||||
15
vendor/assets/javascripts/mbp-modernizr-custom.js
vendored
Normal file
15
vendor/assets/javascripts/mbp-modernizr-custom.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue