Sha256: 8b14e1cb02715923495f385409be05e31221e0d8ac39f48747a8ef3668c75fec

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

# 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 += %w( search.js )
Rails.application.config.assets.precompile += %w(
  bootstrap/bootstrap.min.js
  datepicker/bootstrap-datepicker.js
  datepicker/locales/bootstrap-datepicker.pt-BR.js
  fullcalendar/fullcalendar.js
  fullcalendar/locales/pt-br.js
  jquery-ui/jquery.maskedinput.min.js
  select2/select2_locale_pt-BR.js
  select2/select2.min.js
  jquery-1.10.0.min.js
  jquery.onerror.js
  moment.min.js

  bootstrap/bootstrap.min.css
  bootstrap/font-awesome.min.css
  bootstrap/subnav.css
  datepicker/datepicker3.css
  fullcalendar/fullcalendar.css
  select2/select2.bootstrap.css
  select2/select2.css
  pagination.css
  pdf.css
)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 config/initializers/assets.rb