Precompile more Javascript assets

This should be the last of them, I've gone through every view and made sure
that every javascript file included by a javascript_include_tag is now on the
list of assets to precompile.
This commit is contained in:
Steven Hancock 2012-03-24 18:53:04 -07:00 committed by Maxwell Salzberg
parent f96fc5834f
commit 76bbe7be3f

View file

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