fixes #353 minify js file, move jquery and jquery-ui to CDN
This commit is contained in:
parent
748b33e7c2
commit
a72fc1c02e
6 changed files with 23 additions and 16 deletions
|
|
@ -5,9 +5,11 @@
|
|||
%title= content_for?(:title) ? yield(:title) : "OSEM"
|
||||
%meta{:content => "", :name => "description"}
|
||||
%meta{:content => "", :name => "author"}
|
||||
= jquery_include_tag :google
|
||||
= jquery_ui_include_tag :google
|
||||
= javascript_include_tag "application"
|
||||
= stylesheet_link_tag "application", :media => "all"
|
||||
= stylesheet_link_tag "splash" if content_for :splash
|
||||
= javascript_include_tag "application"
|
||||
= csrf_meta_tags
|
||||
:javascript
|
||||
$(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue