Sha256: 46e5eca6017e07920bc1c5cef01c04a5aa9f786084184409a05cd0321d4264ed

Contents?: true

Size: 950 Bytes

Versions: 6

Compression:

Stored size: 950 Bytes

Contents

# frozen_string_literal: true

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
# Be sure to restart your server when you modify this file.

# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'

# Add additional assets to the asset load path
# Rails.application.config.assets.paths << Emoji.images_path

# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
Rails.application.config.assets.precompile += ['print.css', 'jquery-ui/*', 'jquery_ui_datepicker/*.js']

# Don't initialize Rails environment
Rails.application.config.assets.initialize_on_precompile = false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fat_free_crm-0.18.2 config/initializers/assets.rb
fat_free_crm-0.17.3 config/initializers/assets.rb
fat_free_crm-0.18.1 config/initializers/assets.rb
fat_free_crm-0.18.0 config/initializers/assets.rb
fat_free_crm-0.17.2 config/initializers/assets.rb
fat_free_crm-0.17.1 config/initializers/assets.rb