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

Unified Diff: chrome/common/extensions/docs/README

Issue 113963003: added scss files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved site.css to out subdirectory Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/README
diff --git a/chrome/common/extensions/docs/README b/chrome/common/extensions/docs/README
index 18b1b339e695a101b3caed4ba3f1f376cc24e65f..43be6eb8ea163b15bd885b27fac680cf67cb45b8 100644
--- a/chrome/common/extensions/docs/README
+++ b/chrome/common/extensions/docs/README
@@ -50,6 +50,12 @@ Editing docs
extremely simple, essentially: write HTML.
See third_party/handlebar/README.md.
+ - static/css/out/site.css is generated by compiling static/sass/*.scss
+ files. Don't change site.css directly. Instead, change the *.scss files
+ and run compass from this (docs/) directory:
+ compass compile .
+ See http://compass-style.org/install to install compass.
+
2. Run 'server2/preview.py'
3. Check your work at http://localhost:8000/(apps|extensions)/<doc_name>
« no previous file with comments | « chrome/common/extensions/docs/.gitignore ('k') | chrome/common/extensions/docs/server2/render_servlet_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698