updated layout, page styles, fixed config paths for assets
parent
6f10642bde
commit
d3313c836d
@ -1,11 +1,10 @@
|
|||||||
# Require any additional compass plugins here.
|
# Require any additional compass plugins here.
|
||||||
#require 'compass-colors'
|
require 'compass-colors'
|
||||||
project_type = :stand_alone
|
project_type = :stand_alone
|
||||||
# Set this to the root of your project when deployed:
|
# Set this to the root of your project when deployed:
|
||||||
http_path = "/"
|
http_path = "/"
|
||||||
css_dir = "site/stylesheets"
|
css_dir = "site/stylesheets"
|
||||||
sass_dir = "/stylesheets"
|
sass_dir = "stylesheets"
|
||||||
images_dir = "images"
|
images_dir = "source/images"
|
||||||
|
images_dir = "source/images/"
|
||||||
# To enable relative paths to assets via compass helper functions. Uncomment:
|
http_images_path = "/images"
|
||||||
# relative_assets = true
|
|
Loading…
Reference in New Issue