Merge pull request #5758 from svbergerem/fix-missing-assets
Fix missing assets bug
This commit is contained in:
commit
6dfc77f385
6 changed files with 0 additions and 26 deletions
|
|
@ -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
|
- content_for :head do
|
||||||
= javascript_include_tag :profile
|
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
var data = $.parseJSON( '#{@tags_array.to_json.gsub("'", "\\\\'")}' ),
|
var data = $.parseJSON( '#{@tags_array.to_json.gsub("'", "\\\\'")}' ),
|
||||||
|
|
|
||||||
|
|
@ -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
|
.container-fluid#bookmarklet
|
||||||
.row-fluid
|
.row-fluid
|
||||||
%h4
|
%h4
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
= javascript_include_tag :home
|
|
||||||
|
|
||||||
= render :partial => 'publisher/publisher',
|
= render :partial => 'publisher/publisher',
|
||||||
:locals => { :aspect => @aspect,
|
:locals => { :aspect => @aspect,
|
||||||
:aspect_ids => @aspect_ids,
|
:aspect_ids => @aspect_ids,
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
- content_for :head do
|
- content_for :head do
|
||||||
= javascript_include_tag :home
|
|
||||||
- if AppConfig.chat.enabled?
|
- if AppConfig.chat.enabled?
|
||||||
= javascript_include_tag :jsxc, :id => 'jsxc',
|
= javascript_include_tag :jsxc, :id => 'jsxc',
|
||||||
:data => { :endpoint => get_bosh_endpoint }
|
:data => { :endpoint => get_bosh_endpoint }
|
||||||
|
|
|
||||||
|
|
@ -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
|
.container
|
||||||
.row
|
.row
|
||||||
%section#hello-there.span12
|
%section#hello-there.span12
|
||||||
|
|
|
||||||
|
|
@ -68,19 +68,15 @@ module Diaspora
|
||||||
config.assets.precompile += %w{
|
config.assets.precompile += %w{
|
||||||
aspect-contacts.js
|
aspect-contacts.js
|
||||||
contact-list.js
|
contact-list.js
|
||||||
home.js
|
|
||||||
ie.js
|
ie.js
|
||||||
inbox.js
|
inbox.js
|
||||||
jquery.js
|
jquery.js
|
||||||
jquery_ujs.js
|
jquery_ujs.js
|
||||||
jquery-textchange.js
|
jquery-textchange.js
|
||||||
mailchimp.js
|
|
||||||
main.js
|
main.js
|
||||||
jsxc.js
|
jsxc.js
|
||||||
mobile/mobile.js
|
mobile/mobile.js
|
||||||
profile.js
|
|
||||||
people.js
|
people.js
|
||||||
profile.js
|
|
||||||
publisher.js
|
publisher.js
|
||||||
templates.js
|
templates.js
|
||||||
validation.js
|
validation.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue