This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/config.rb

36 lines
1.1 KiB
Ruby
Raw Normal View History

2015-03-18 22:49:51 +00:00
##
## This file is only needed for Compass/Sass integration. If you are not using
## Compass, you may safely ignore or delete this file.
##
## If you'd like to learn more about Sass and Compass, see the sass/README.txt
## file for more information.
##
# Location of the theme's resources.
2015-08-08 22:56:13 +00:00
sass_dir = "sass"
2015-09-13 09:45:21 +00:00
css_dir = "source/css"
images_dir = "source/assets/images"
2015-03-18 22:49:51 +00:00
generated_images_dir = images_dir + "/generated"
2015-09-13 09:45:21 +00:00
javascripts_dir = "source/js"
2015-03-18 22:49:51 +00:00
# Require any additional compass plugins installed on your system.
require 'sass-globbing'
2015-03-29 21:30:52 +00:00
require 'bootstrap-sass'
2015-10-26 20:25:48 +00:00
require 'breakpoint'
2015-03-18 22:49:51 +00:00
##
## You probably don't need to edit anything below this.
##
# You can select your preferred output style here (:expanded, :nested, :compact
# or :compressed).
2015-03-24 20:46:14 +00:00
output_style = :compressed
2015-03-18 22:49:51 +00:00
# To enable relative paths to assets via compass helper functions. Since Drupal
# themes can be installed in multiple locations, we don't need to worry about
# the absolute path to the theme from the server omega.
relative_assets = true
# Conditionally enable line comments when in development mode.
2015-03-29 20:29:23 +00:00
line_comments = false