diff options
Diffstat (limited to 'plugins/wordpress-mobile-pack/admin/sass/config.rb')
-rwxr-xr-x | plugins/wordpress-mobile-pack/admin/sass/config.rb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/wordpress-mobile-pack/admin/sass/config.rb b/plugins/wordpress-mobile-pack/admin/sass/config.rb new file mode 100755 index 00000000..52e432e9 --- /dev/null +++ b/plugins/wordpress-mobile-pack/admin/sass/config.rb @@ -0,0 +1,21 @@ +# Require any additional compass plugins here.
+
+# Get the directory that this configuration file exists in
+dir = File.dirname(__FILE__)
+
+# Set this to the root of your project when deployed:
+http_path = "/"
+
+sass_path = dir
+css_path = File.join(dir, "..", "css")
+fonts_path = File.join(dir, "fonts")
+images_path = File.join(dir, "..", "images")
+
+javascripts_path = File.join(dir, "..", "javascripts")
+
+
+output_style = :compressed
+environment = :production
+
+# output_style = :expanded
+# environment = :development
|