Update publish.rb to replace URL links in CSS#163
Conversation
|
All better. |
91717f7 to
b25f85d
Compare
| Dir.chdir tmp | ||
| system "git init" | ||
|
|
||
There was a problem hiding this comment.
I had some test code here. It's a good practice as far as I am concerned to have whitespace on blank lines between code anyway, so I kept it.
There was a problem hiding this comment.
git complains about trailing whitespace of any sort, so I prefer to never have trailing whitespace if at all possible. All of the editors I use nowadays are smart enough that they will indent correctly without having to leave whitespace on empty lines like this.
There was a problem hiding this comment.
I add the whitespace because it makes it much easier to copy-and-paste to those blank lines, especially when I include a newline in my copied code.
Whatever the case, I'll remove it -- I don't have strong feelings either way and see no reason to fight about inconsequential whitespace. Braces, however, are a different story... 😉
b25f85d to
98a08e0
Compare
|
Amended to remove whitespace (some of which was not initially added with these changes). |
|
Thanks! |
Fixes #135.
I have published to my fork, so you can check there for the results. The CSS file with the fixed links is here.