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

Unified Diff: config.rb

Issue 85333007: Begin the redesign process, starting with the navbar. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang.git@master
Patch Set: Code review updates. Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/views/layout.mustache ('k') | css/config.rb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « app/views/layout.mustache ('k') | css/config.rb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698