Sha256: 82bbf975467f64a9edc1bc9093f99e8dd1cd79147c7b44cb719ae797862e0dcd
Contents?: true
Size: 488 Bytes
Versions: 8
Compression:
Stored size: 488 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.compress_html = true end
Version data entries
8 entries across 8 versions & 1 rubygems