-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.rb
40 lines (34 loc) · 1.09 KB
/
config.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Config file for compass.
# Run "compass watch" on the dir this file is in, to compile you scss
# i.e On a mac:
# Open terminal,
# cd to your projects themes folder (cd sites/mynewsite/themes/boostrap)
# type: compass watch
# For more info: http://compass-style.org/help/tutorials/command-line/
require 'bootstrap-sass'
project_type = :stand_alone
# Set this to the root of your project when deployed:
sass_dir = "scss"
css_dir = "css"
images_dir = "images"
javascripts_dir = "js"
http_path = "/"
#To compile css in less readable format, change this to :compact
output_style = :expanded
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true
# disable comments in the output
line_comments = false;
# on_stylesheet_saved do |filename|
# begin
# result = system('blessc',filename,'-f')
# if not result
# Kernel.exit(false)
# else
# puts "Blessed the file, so it will work in older versions of IE."
# end
# rescue Exception => e
# puts "Please install bless.\nsudo npm install -g bless"
# Kernel.exit(false)
# end
# end