* VRFS-425 cleaning up the precompile matchers

This commit is contained in:
Seth Call 2013-07-17 22:50:19 -05:00
parent bcdbecc8b7
commit f3eaf7a486
1 changed files with 1 additions and 1 deletions

View File

@ -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