Projet

Général

Profil

Paste
Télécharger (1,87 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / config.rb @ a08833bd

1
#
2
# This file is only needed for Compass/Sass integration. If you are not using
3
# Compass, you may safely ignore or delete this file.
4
#
5
# If you'd like to learn more about Sass and Compass, see the sass/_README.txt
6
# file for more information.
7

    
8

    
9
# Directory paths
10
# -----------------------------------------------------------------------------
11
css_dir = "css"
12
sass_dir = "sass"
13
images_dir = "css/images"
14

    
15

    
16
# Add imports
17
# -----------------------------------------------------------------------------
18
# Assuming this theme is in sites/*/themes/THEMENAME, you can add the partials
19
# included with a module by uncommenting and modifying one of the lines below:
20
#add_import_path "../../../default/modules/FOO"
21
#add_import_path "../../../all/modules/FOO"
22
#add_import_path "../../../../modules/FOO"
23

    
24

    
25
# Precision
26
# -----------------------------------------------------------------------------
27
Sass::Script::Number.precision = 5
28

    
29

    
30
# Environment
31
# -----------------------------------------------------------------------------
32
environment = :development
33
#environment = :production
34

    
35

    
36
# Output Style
37
# -----------------------------------------------------------------------------
38
# You can select your preferred output style here (:expanded, :nested, :compact
39
# or :compressed). :expanded is closest to Drupal coding standards and it is
40
# not necessary to compress in the preprocessor since Drupal will do this for
41
# us using its own aggregation and compression systems.
42
output_style = :expanded
43

    
44

    
45
# Assets
46
# -----------------------------------------------------------------------------
47
relative_assets = true
48

    
49

    
50
# Line Comments
51
# -----------------------------------------------------------------------------
52
line_comments = (environment == :development) ? true : false
53

    
54

    
55
# Sourcemaps
56
# -----------------------------------------------------------------------------
57
sourcemap = (environment == :development) ? true : false