Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@ Installation
* click "Load unpacked extension",
* select the `extension` folder in this repo.

**Some URLs to try it on:**
Development
-----------

After installing from source, also install compass (`gem install compass`),
for tweaking the css in `scss/` that `extension/css/` is generated from.
Run `compass watch .` to make css rebuild as soon as you save any changes,
and reload the extension in Chrome by hitting Cmd-R on your extensions page.

Some URLs to try it on
----------------------

* http://feeds.delicious.com/v2/json/popular?callback=hello
* http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?alt=json&v=2
Expand Down
2 changes: 1 addition & 1 deletion config.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
css_dir = "extension/css"
sass_dir = "sass"
preferred_syntax = :scss
output_style = :compressed
output_style = :compressed
2 changes: 1 addition & 1 deletion extension/css/content.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sass/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ span {

* {
-webkit-font-smoothing: antialiased;
}
}