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

Side by Side 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: Created 7 years 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
OLDNEW
(Empty)
1 require "bootstrap-sass"
2
3 css_dir = "app/static"
4 sass_dir = "stylesheets"
5 images_dir = "app/static/img"
6
7 # Don't include comments with random user-specific file paths in them.
8 line_comments = false
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698