Sha256: eabe5c9c90bcbff03fadb1c5a2cea55cb33833f7cd35bea59171393b4edc9f6e

Contents?: true

Size: 611 Bytes

Versions: 19

Compression:

Stored size: 611 Bytes

Contents

Troy.configure do |config|
  # Set the current locale.
  config.i18n.locale = "en"

  # Make sure you download the correct file from
  # https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale
  # and place it at `config/locales/*.yml`.
  config.i18n.load_path = Dir["config/locales/*.yml"]

  # These are the assets that you want
  # to precompile.
  config.assets.precompile = %w[style.css script.js]

  # Compress HTML, removing whitespaces.
  config.assets.compress_html = true

  # Compress JavaScript.
  config.assets.compress_js = true

  # Compress CSS.
  config.assets.compress_css = true
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
troy-0.0.39 templates/troy.rb
troy-0.0.38 templates/troy.rb
troy-0.0.37 templates/troy.rb
troy-0.0.36 templates/troy.rb
troy-0.0.35 templates/troy.rb
troy-0.0.34 templates/troy.rb
troy-0.0.33 templates/troy.rb
troy-0.0.32 templates/troy.rb
troy-0.0.31 templates/troy.rb
troy-0.0.30 templates/troy.rb
troy-0.0.29 templates/troy.rb
troy-0.0.28 templates/troy.rb
troy-0.0.27 templates/troy.rb
troy-0.0.26 templates/troy.rb
troy-0.0.25 templates/troy.rb
troy-0.0.24 templates/troy.rb
troy-0.0.23 templates/troy.rb
troy-0.0.22 templates/troy.rb
troy-0.0.21 templates/troy.rb