namespace vendor assets

This commit is contained in:
did 2012-01-08 16:27:13 -08:00
parent 5dfbb2bdb7
commit 435d4067c0
49 changed files with 14 additions and 22 deletions

View File

@ -24,7 +24,6 @@ gem 'coffee-script', '~> 2.2.0'
gem 'uglifier', '~> 1.0.4'
gem 'jquery-rails', '~> 1.0.16'
gem 'rails-backbone', '0.5.4'
# gem 'handlebars-rails', :git => 'git://github.com/yabawock/handlebars-rails.git'
gem 'codemirror-rails'
gem 'tinymce-rails'
gem 'flash_cookie_session', '~> 1.1.1'

View File

@ -16,7 +16,7 @@
//= require codemirror/modes/javascript
//= require codemirror/modes/xml
//= require codemirror/modes/htmlmixed
//= require_tree ../../../vendor/assets/javascripts
//= require locomotive/vendor
//= require ./locomotive/application
$(document).ready(function() {

View File

@ -3,13 +3,12 @@
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require_self
*= require ../../../vendor/assets/stylesheets/blueprint/screen.css
*= require_tree ../../../vendor/assets/stylesheets/jquery
*= require locomotive/blueprint/screen.css
*= require locomotive/jquery
*= require formtastic
*= require codemirror
*= require codemirror/themes/default
*= require ../../../vendor/assets/stylesheets/toggle.css
*= require ../../../vendor/assets/stylesheets/liquid_mode.css
*= require codemirror/themes/default
*= require locomotive/toggle.css
*= require locomotive/liquid_mode.css
*= require_tree ./locomotive
*/

View File

@ -1,7 +0,0 @@
/*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require_self
*= require ../../../../vendor/assets/stylesheets/blueprint/ie.css
*/

View File

@ -2,6 +2,6 @@
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require ../../../../vendor/assets/stylesheets/blueprint/screen.css
*= require locomotive/blueprint/screen.css
*= require ./simple.css
*/

View File

@ -10,9 +10,6 @@
= stylesheet_link_tag 'locomotive', :media => 'screen'
= javascript_include_tag 'locomotive'
/ [if IE]
= stylesheet_link_tag 'locomotive/ie', :media => 'screen'
%script{ :type => 'text/javascript' }
:plain
window.locale = '#{I18n.locale}';

View File

@ -46,7 +46,7 @@ Locomotive.configure do |config|
# configure how many items we display in sub menu in the "Contents" section.
# config.ui = {
# :lastest_entries_nb => 5,
# :max_content_types => 1
# :max_content_types => 4
# }
# default locale (for now, only en, de, fr, pt-BR and it are supported)

View File

@ -18,7 +18,7 @@ module Locomotive
:manage_manage_domains => false,
:ui => {
:lastest_entries_nb => 5,
:max_content_types => 1 # TODO 4
:max_content_types => 2
},
:rack_cache => {
:verbose => true,

View File

@ -47,7 +47,7 @@ Locomotive.configure do |config|
# configure how many items we display in sub menu in the "Contents" section.
# config.ui = {
# :lastest_entries_nb => 5,
# :max_content_types => 1
# :max_content_types => 4
# }
# default locale (for now, only en, de, fr, pt-BR and it are supported)

View File

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 355 B

View File

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 698 B

View File

Before

Width:  |  Height:  |  Size: 727 B

After

Width:  |  Height:  |  Size: 727 B

View File

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 344 B

View File

@ -0,0 +1 @@
//= require_tree .

View File

@ -0,0 +1,3 @@
/*
*= require_tree ./jquery
*/

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB