| 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>
|
|
|