Skip to content

Commit

Permalink
Add js and css manifests.
Browse files Browse the repository at this point in the history
  • Loading branch information
robyurkowski committed Mar 13, 2012
1 parent e542f96 commit 87cf823
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
@@ -1,3 +1,9 @@
/*
*= require 'skitter/skitter'
*= require_self
*/


<% max_image_width, max_image_height = ::Refinery::Portfolio.cover_image_thumb_size.split("x").map(&:to_i) %>

.no-list {
Expand Down
4 changes: 4 additions & 0 deletions app/views/refinery/portfolio/galleries/index.html.erb
Expand Up @@ -4,3 +4,7 @@
<% end %>
<%= render :partial => "/refinery/content_page" %>
<% content_for :stylesheets, stylesheet_link_tag('refinery/portfolio/frontend') %>
<% content_for :javascripts, javascript_include_tag('portfolio') %>


1 change: 1 addition & 0 deletions vendor/assets/javascripts/skitter.js
@@ -1,3 +1,4 @@
//= require 'jquery'
//= require './skitter/jquery.animate-colors-min.js'
//= require './skitter/jquery.easing.1.3.js'
//= require './skitter/jquery.skitter.js'

0 comments on commit 87cf823

Please sign in to comment.