diff options
author | Pacien TRAN-GIRARD | 2014-06-16 19:30:53 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-06-16 19:30:53 +0200 |
commit | add331408b0f207b82f3ec1b76251c700197e807 (patch) | |
tree | efee398fbd8811adbad16dbe98b1b0506dddc363 /slides/final/config.rb | |
parent | c59a0f4780502c949c0d19287bea51a4c40fb109 (diff) | |
download | labviewplayer-add331408b0f207b82f3ec1b76251c700197e807.tar.gz |
Diffstat (limited to 'slides/final/config.rb')
-rw-r--r-- | slides/final/config.rb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/slides/final/config.rb b/slides/final/config.rb new file mode 100644 index 0000000..f2c6751 --- /dev/null +++ b/slides/final/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: | ||
4 | http_path = "/" | ||
5 | css_dir = "theme/css" | ||
6 | sass_dir = "theme/scss" | ||
7 | images_dir = "images" | ||
8 | javascripts_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 | ||