Sha256: 4bbb417c9731e7b99eeb9fb0c479a19f7f9505b86bb1ee9238fd9f8328f955ae
Contents?: true
Size: 606 Bytes
Versions: 9
Compression:
Stored size: 606 Bytes
Contents
# While Guilded is framework agnostic, this config file is Rails specific. You can create your own config file based # on this one in order to work in different environments. # GUILDED_CONFIG = { :js_path => "#{RAILS_ROOT}/public/javascripts/", :js_folder => "", # from the js_path :jquery_js => "jquery/jquery-1.3.2.min.js", # from the js_path :mootools_js => "mootools/mootools-1.2.3.min.js", # from the js_path :css_path => "#{RAILS_ROOT}/public/stylesheets/", :css_folder => "guilded/", # from the css_path :reset_css => "reset-min.css", # from the css_path :environment => Rails.env }
Version data entries
9 entries across 9 versions & 2 rubygems