diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-09-01 20:16:06 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-09-01 20:16:06 -0400 |
commit | 9c02ed491e3f37292377ed2dc50c86938a8e19ab (patch) | |
tree | 2d1be82ea7fa5740cf0d0f4e9180c16f4d54e041 /plugins/wordpress-mobile-pack/admin/sass/config.rb | |
parent | Update jetpack 5.2.1 (diff) | |
download | blogs-gentoo-9c02ed491e3f37292377ed2dc50c86938a8e19ab.tar.gz blogs-gentoo-9c02ed491e3f37292377ed2dc50c86938a8e19ab.tar.bz2 blogs-gentoo-9c02ed491e3f37292377ed2dc50c86938a8e19ab.zip |
Update wordpress-mobile-pack 3.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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, 0 insertions, 21 deletions
diff --git a/plugins/wordpress-mobile-pack/admin/sass/config.rb b/plugins/wordpress-mobile-pack/admin/sass/config.rb deleted file mode 100755 index 52e432e9..00000000 --- a/plugins/wordpress-mobile-pack/admin/sass/config.rb +++ /dev/null @@ -1,21 +0,0 @@ -# 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
|