Skip to content

Commit

Permalink
Move all css to application.css for precompilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
judy-zz committed Feb 10, 2014
1 parent 447f153 commit 34f7bca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/application.css
Expand Up @@ -9,5 +9,9 @@
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*= require bootstrap.min
*= require bootstrap-responsive.min
*= require colorbox
*= require font-awesome.min
*= require main
*/
5 changes: 0 additions & 5 deletions app/views/layouts/application.html.haml
Expand Up @@ -6,12 +6,7 @@
%meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}/
%meta{content: "A hackerspace/makerspace located in State College, PA.", name: "description"}/
%meta{content: "width=device-width, initial-scale=1", name: "viewport"}/
= stylesheet_link_tag "bootstrap.min", media: "screen", "data-turbolinks-track" => true
= stylesheet_link_tag "bootstrap-responsive.min", media: "screen", "data-turbolinks-track" => true
= stylesheet_link_tag "colorbox", media: "all", "data-turbolinks-track" => true
= stylesheet_link_tag "http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300,600,400italic&subset=latin,cyrillic"
= stylesheet_link_tag "main", media: "all", "data-turbolinks-track" => true
= stylesheet_link_tag "font-awesome.min", media: "all", "data-turbolinks-track" => true
= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true
= csrf_meta_tags
%body
Expand Down

0 comments on commit 34f7bca

Please sign in to comment.