Skip to content

Commit

Permalink
Undo last change, it broke asset precompilation. Rename style.css to …
Browse files Browse the repository at this point in the history
…scss for inclusion and force recompilation of all assets.
  • Loading branch information
RohanM committed Jun 16, 2015
1 parent 0ade5ee commit bf953f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/darkswarm/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
@import 'foundation-icons';

@import '*';
@import 'style';

ofn-modal {
display: block;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Application < Rails::Application
config.assets.enabled = true

# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.1'
config.assets.version = '1.2'

config.sass.load_paths += [
"#{Gem.loaded_specs['foundation-rails'].full_gem_path}/vendor/assets/stylesheets/foundation/components",
Expand Down

0 comments on commit bf953f8

Please sign in to comment.