From 11e9931438aa835566c50f35b3b4ec994451696b Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 16 Mar 2016 12:16:57 +0000 Subject: [PATCH] Fixed compass config --- RIGS/static/config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/RIGS/static/config.rb b/RIGS/static/config.rb index 237e7ffc..7c3e52b4 100644 --- a/RIGS/static/config.rb +++ b/RIGS/static/config.rb @@ -11,6 +11,7 @@ fonts_dir = "fonts" # You can select your preferred output style here (can be overridden via the command line): # output_style = :expanded or :nested or :compact or :compressed +output_style = :compressed # To enable relative paths to assets via compass helper functions. Uncomment: # relative_assets = true