Fix missing assets bug

This commit is contained in:
Steffen van Bergerem 2015-03-11 19:08:46 +01:00
parent 52c2a73d83
commit 4f4dfc7554
6 changed files with 0 additions and 26 deletions

View file

@ -1,10 +1,4 @@
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
- content_for :head do
= javascript_include_tag :profile
:javascript
$(document).ready(function () {
var data = $.parseJSON( '#{@tags_array.to_json.gsub("'", "\\\\'")}' ),

View file

@ -1,9 +1,3 @@
-# Copyright (c) 2010-2012, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
= javascript_include_tag :home
.container-fluid#bookmarklet
.row-fluid
%h4

View file

@ -1,5 +1,3 @@
= javascript_include_tag :home
= render :partial => 'publisher/publisher',
:locals => { :aspect => @aspect,
:aspect_ids => @aspect_ids,

View file

@ -3,7 +3,6 @@
-# the COPYRIGHT file.
- content_for :head do
= javascript_include_tag :home
- if AppConfig.chat.enabled?
= javascript_include_tag :jsxc, :id => 'jsxc',
:data => { :endpoint => get_bosh_endpoint }

View file

@ -1,10 +1,3 @@
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
- content_for :head do
= javascript_include_tag :profile
.container
.row
%section#hello-there.span12

View file

@ -68,19 +68,15 @@ module Diaspora
config.assets.precompile += %w{
aspect-contacts.js
contact-list.js
home.js
ie.js
inbox.js
jquery.js
jquery_ujs.js
jquery-textchange.js
mailchimp.js
main.js
jsxc.js
mobile/mobile.js
profile.js
people.js
profile.js
publisher.js
templates.js
validation.js