ASCIIwwdc / asciiwwdc.com

Searchable full-text transcripts of WWDC sessions
https://asciiwwdc.com
MIT License
555 stars 43 forks source link

Fix db:seed rake task #7

Closed goonzoid closed 11 years ago

goonzoid commented 11 years ago

On import, the rake task was choking when it came across the LICENCE and README.md files in the data submodule dir. No harm done, but nobody likes an unnecessary exception... this fixes by skipping paths that are files rather than dirs.

mattt commented 11 years ago

Thanks, @willpragnell! I really appreciate your contribution to the project to make it more accessible to anyone else who might want to run this for themselves.