aboutsummaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
authorEric Bidelman2012-04-06 16:26:23 -0700
committerEric Bidelman2012-04-06 16:26:23 -0700
commit321272492eaf2afe377a806ad666acdcb98ec658 (patch)
treec1b370981c9c4d7bceb58557c26bbacc0dbdd88e /config.rb
parentde7412e5f6f208cb07519038d4537cf5fe467031 (diff)
downloadio-slides-remote-321272492eaf2afe377a806ad666acdcb98ec658.tar.gz
Adding compass/sass. Fixing slide # logic. Fixing slide # at bottom off slide. Fixigin prettify logic when it is false
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb24
1 files changed, 24 insertions, 0 deletions
diff --git a/config.rb b/config.rb
new file mode 100644
index 0000000..ed97773
--- /dev/null
+++ b/config.rb
@@ -0,0 +1,24 @@
1# Require any additional compass plugins here.
2
3# Set this to the root of your project when deployed:
4http_path = "/"
5css_dir = "theme/css"
6sass_dir = "theme/sass"
7images_dir = "images"
8javascripts_dir = "js"
9
10# You can select your preferred output style here (can be overridden via the command line):
11#output_style = :compressed #:expanded or :nested or :compact or :compressed
12
13# To enable relative paths to assets via compass helper functions. Uncomment:
14# relative_assets = true
15
16# To disable debugging comments that display the original location of your selectors. Uncomment:
17# line_comments = false
18
19
20# If you prefer the indented syntax, you might want to regenerate this
21# project again passing --syntax sass, or you can uncomment this:
22# preferred_syntax = :sass
23# and then run:
24# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass