* VRFS-425 cleaning up the precompile matchers
This commit is contained in:
parent
bcdbecc8b7
commit
f3eaf7a486
|
|
@ -49,7 +49,7 @@ SampleApp::Application.configure do
|
|||
|
||||
# Precompile additional assets (application.js, application.css, and all non-JS/CSS (i.e., images) are already added)
|
||||
config.assets.precompile += %w( client/client.css )
|
||||
config.assets.precompile += %w( landing/*.js landing/*.css landing/*.scss)
|
||||
config.assets.precompile += %w( landing/landing.js landing/landing.css )
|
||||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue