Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: src/site/config.rb

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/site/community/index.html ('k') | src/site/css/dartboard.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Require any additional compass plugins here.
2
3 require 'compass_twitter_bootstrap'
4
5 # Set this to the root of your project when deployed:
6 http_path = "/"
7 css_dir = "css"
8 sass_dir = "scss"
9 images_dir = "imgs"
10 javascripts_dir = "js"
11
12 # You can select your preferred output style here (can be overridden via the com mand line):
13 # output_style = :expanded or :nested or :compact or :compressed
14
15 output_style = :compressed
16
17 # To enable relative paths to assets via compass helper functions. Uncomment:
18 # relative_assets = true
19
20 # To disable debugging comments that display the original location of your selec tors. Uncomment:
21 # line_comments = false
22
23
24 # If you prefer the indented syntax, you might want to regenerate this
25 # project again passing --syntax sass, or you can uncomment this:
26 # preferred_syntax = :sass
27 # and then run:
28 # sass-convert -R --from scss --to sass scss scss && rm -rf sass && mv scss sass
OLDNEW
« no previous file with comments | « src/site/community/index.html ('k') | src/site/css/dartboard.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698