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:
parent
f96fc5834f
commit
76bbe7be3f
1 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue