mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-16 18:55:54 -07:00
initial commit
This commit is contained in:
commit
4f2339709f
74 changed files with 1881 additions and 0 deletions
13
config/initializers/assets.rb
Normal file
13
config/initializers/assets.rb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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
|
||||
Rails.application.config.assets.paths << Rails.root.join("node_modules/bootstrap-icons/font")
|
||||
|
||||
# Precompile additional assets.
|
||||
# application.js, application.css, and all non-JS/CSS in the app/assets
|
||||
# folder are already added.
|
||||
# Rails.application.config.assets.precompile += %w( admin.js admin.css )
|
||||
Loading…
Add table
Add a link
Reference in a new issue