Chromium Code Reviews| Index: fuzzer/res/fuzzer/config.rb |
| diff --git a/webtry/res/webtry/config.rb b/fuzzer/res/fuzzer/config.rb |
| similarity index 88% |
| copy from webtry/res/webtry/config.rb |
| copy to fuzzer/res/fuzzer/config.rb |
| index b52b91b6e99084a4711eeaeeec1b383e29bbc448..53e2d41d2e6d32ec37a501b7d41d3d4495da90cb 100644 |
| --- a/webtry/res/webtry/config.rb |
| +++ b/fuzzer/res/fuzzer/config.rb |
| @@ -1,19 +1,16 @@ |
| require 'compass/import-once/activate' |
|
jcgregorio
2015/02/11 12:49:11
I'm not sure how much SCSS is going to be needed o
humper
2015/02/11 13:17:51
OK -- I mainly use SCSS to support nesting; I find
|
| -require 'bootstrap-sass' |
| # Require any additional compass plugins here. |
| # Set this to the root of your project when deployed: |
| http_path = "/" |
| -css_dir = "css" |
| +css_dir = "stylesheets" |
| sass_dir = "sass" |
| -images_dir = "img" |
| -javascripts_dir = "js" |
| +images_dir = "images" |
| +javascripts_dir = "javascripts" |
| # You can select your preferred output style here (can be overridden via the command line): |
| # output_style = :expanded or :nested or :compact or :compressed |
| -output_style = :compressed |
| - |
| # To enable relative paths to assets via compass helper functions. Uncomment: |
| # relative_assets = true |