Undo last change, it broke asset precompilation. Rename style.css to scss for inclusion and force recompilation of all assets.

This commit is contained in:
Rohan Mitchell
2015-06-16 18:25:44 +10:00
parent 0ade5ee3a8
commit 0c658303c0
3 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,6 @@
@import 'foundation-icons';
@import '*';
@import 'style';
ofn-modal {
display: block;

View File

@@ -79,7 +79,7 @@ module Openfoodnetwork
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",