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 85ad3d82 Assos Assos
#
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 a08833bd Assos Assos
# Directory paths
10
# -----------------------------------------------------------------------------
11 85ad3d82 Assos Assos
css_dir = "css"
12
sass_dir = "sass"
13
images_dir = "css/images"
14
15
16 a08833bd Assos Assos
# Add imports
17
# -----------------------------------------------------------------------------
18 85ad3d82 Assos Assos
# 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 a08833bd Assos Assos
# Precision
26
# -----------------------------------------------------------------------------
27
Sass::Script::Number.precision = 5
28 85ad3d82 Assos Assos
29
30 a08833bd Assos Assos
# 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 85ad3d82 Assos Assos
44
45 a08833bd Assos Assos
# Assets
46
# -----------------------------------------------------------------------------
47 85ad3d82 Assos Assos
relative_assets = true
48
49
50 a08833bd Assos Assos
# Line Comments
51
# -----------------------------------------------------------------------------
52
line_comments = (environment == :development) ? true : false
53
54
55
# Sourcemaps
56
# -----------------------------------------------------------------------------
57
sourcemap = (environment == :development) ? true : false