Chromium Code Reviews| Index: config.rb |
| diff --git a/config.rb b/config.rb |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f54c4da78ffd4cf0481e67b544f1a8babce645d3 |
| --- /dev/null |
| +++ b/config.rb |
| @@ -0,0 +1,8 @@ |
| +require "bootstrap-sass" |
| + |
| +css_dir = "app/static" |
| +sass_dir = "stylesheets" |
| +images_dir = "app/static/img" |
| + |
| +# Don't include comments with random user-specific file paths in them. |
| +line_comments = false |