Rush / Font-Awesome-SVG-PNG

Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator
MIT License
3.22k stars 1.67k forks source link

strip hash characters from file path #34

Open montchr opened 9 years ago

montchr commented 9 years ago

33

If a user specifies a color in hex format, the hash character (#) should not appear in the file path. Otherwise this can cause numerous issues with browsers and shell completion.

Rush commented 7 years ago

Could you redo this against latest master?