fixes #353 minify js file, move jquery and jquery-ui to CDN

This commit is contained in:
Artem Chernikov 2014-07-29 23:21:44 +02:00
parent 748b33e7c2
commit a72fc1c02e
6 changed files with 23 additions and 16 deletions

View file

@ -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() {