mirror of
https://github.com/danog/sass-site.git
synced 2024-12-11 17:09:52 +01:00
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"
|
|
:javascript
|
|
window.jQuery || document.write('<script src="/assets/javascripts/vendor/jquery-2.0.3.js"><\/script>')
|
|
|
|
= javascript_include_tag "sass"
|
|
|
|
= yield_content :scripts_footer
|