Skip to content

Commit

Permalink
Stylesheet naming issue (new-templates.css)
Browse files Browse the repository at this point in the history
Replace all references to new_templates.css with the correct filename,
new-templates.css
  • Loading branch information
stevenh512 committed Mar 29, 2012
1 parent 77b1078 commit 731446e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -82,7 +82,7 @@ class Application < Rails::Application

# Stylesheets
config.assets.precompile += [ "blueprint.css", "bootstrap.css", "default.css",
"login.css", "mobile.css", "new_templates.css", "rtl.css" ]
"login.css", "mobile.css", "new-templates.css", "rtl.css" ]

# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
Expand Down
2 changes: 1 addition & 1 deletion spec/javascripts/support/jasmine.yml
Expand Up @@ -30,7 +30,7 @@ stylesheets:
- assets/default.css
- assets/login.css
#- assets/mobile.css
- assets/new_templates.css
- assets/new-templates.css
#- assets/rtl.css

# helpers
Expand Down

0 comments on commit 731446e

Please sign in to comment.