Precompile contact-list.js

Add contact-list.js to the list of precompiled assets.

contact-list.js is required to display user serarch results, but was not
precompiled by default (in jammit or in the asset pipeline), which causes
a 500 error on Heroku.
This commit is contained in:
Steven Hancock 2012-03-24 01:52:03 -07:00 committed by Maxwell Salzberg
parent 8b92ed73a4
commit 95b1603a36

View file

@ -75,9 +75,9 @@ module Diaspora
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
# Javascripts # Javascripts
config.assets.precompile += [ "finder.js", "home.js", "ie.js", "inbox.js", config.assets.precompile += [ "contact-list.js", "finder.js", "home.js",
"jquery.js", "jquery_ujs.js", "login.js", "mailchimp.js", "main.js", "ie.js", "inbox.js", "jquery.js", "jquery_ujs.js", "login.js", "mailchimp.js",
"mobile.js", "profile.js", "people.js", "photos.js", "templates.js", "main.js", "mobile.js", "profile.js", "people.js", "photos.js", "templates.js",
"validation.js" ] "validation.js" ]
# Stylesheets # Stylesheets