mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
updated layout, page styles, fixed config paths for assets
This commit is contained in:
11
config.rb
11
config.rb
@ -1,11 +1,10 @@
|
||||
# Require any additional compass plugins here.
|
||||
#require 'compass-colors'
|
||||
require 'compass-colors'
|
||||
project_type = :stand_alone
|
||||
# Set this to the root of your project when deployed:
|
||||
http_path = "/"
|
||||
css_dir = "site/stylesheets"
|
||||
sass_dir = "/stylesheets"
|
||||
images_dir = "images"
|
||||
|
||||
# To enable relative paths to assets via compass helper functions. Uncomment:
|
||||
# relative_assets = true
|
||||
sass_dir = "stylesheets"
|
||||
images_dir = "source/images"
|
||||
images_dir = "source/images/"
|
||||
http_images_path = "/images"
|
||||
Reference in New Issue
Block a user