rowanmanning / cssdb

[UNMAINTAINED] CSSDB: A curated collection of great CSS, Sass, LESS and Stylus libraries.
http://cssdb.co/
54 stars 11 forks source link

Repo Existence Check Is Case-Sensitive #6

Closed rowanmanning closed 9 years ago

rowanmanning commented 11 years ago

Oops. When a library is submitted, the existence check is case-sensitive. This means that adding the same URL with a different case owner/repo will not see the duplication...

For now maybe use RegExp, but we should probably store a lowercase version of owner/repo.