JS dependencies are all squished into app.js; Updated all the CSS.

This commit is contained in:
zeke
2011-08-02 22:25:45 -07:00
parent 2c61bbbf1c
commit 42fd723870
24 changed files with 4245 additions and 25 deletions

View File

@@ -1,19 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
!!!
%html
%head
<%= stylesheet_link_tag "site.css" %>
<%= yield_content :head %>
</head>
%meta{:charset => "utf-8"}
/ Always force latest IE rendering engine (even in intranet) and Chrome Frame
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
<body class="<%= page_classes %>">
<section id="main" role="main">
<%= yield %>
</section>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
%title Swagger API Explorer
</body>
</html>
= stylesheet_link_tag 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/smoothness/jquery-ui.css'
= stylesheet_link_tag "screen.css"
= javascript_include_tag 'app'
= javascript_include_tag 'swagger-service'
= javascript_include_tag 'swagger-ui'
%body
= yield