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

@@ -53,11 +53,13 @@
###
# Methods defined in the helpers block are available in templates
# helpers do
# def some_helper
# "Helping"
# end
# end
helpers do
def jquery_template(id, &block)
content_tag(:script, capture(&block), :id => id, :type => "text/x-jquery-tmpl")
end
end
# Change the CSS directory
# set :css_dir, "alternative_css_directory"