startup.js: log current time as global 'mediaWikiLoadStart'
[lhc/web/wiklou.git] / resources / mediawiki.ui / sourcefiles / config.rb
1 # Require any additional compass plugins here.
2
3 # Set this to the root of your project when deployed:
4 # (unused so far): http_path = "/"
5
6 # Output to parent of build directory
7 css_dir = ".."
8 sass_dir = "scss"
9 # (unused so far): images_dir = "modules/img"
10 # (unused so far): javascripts_dir = "modules/js"
11
12 # You can select your preferred output style here (can be overridden via the command line):
13 # output_style = :expanded or :nested or :compact or :compressed
14 output_style = :expanded
15
16 # To enable relative paths to assets via compass helper functions. Uncomment:
17 relative_assets = true
18
19 # To disable debugging comments that display the original location of your selectors. Uncomment:
20 line_comments = true
21
22
23 # If you prefer the indented syntax, you might want to regenerate this
24 # project again passing --syntax sass, or you can uncomment this:
25 # preferred_syntax = :sass
26 # and then run:
27 # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass