lauriii / drupalcores

A project to generate a list of core contributers
http://drupalcores.com
MIT License
27 stars 38 forks source link

Link from number of contributions + local gulp install support + create data dir if it does not exist #60

Closed jcnventura closed 8 years ago

jcnventura commented 9 years ago

I prefer to install gulp locally, and I made a couple of changes to enable that. Also includes chx's upstream patch.

Also the main innovation is the link back to cgit.drupalcode.org on the number of mentions.

lewisnyman commented 9 years ago

Hey, sorry I haven't had time to look at this. FYI, It's a lot quicker to review a PR if it's one change at a time

jcnventura commented 9 years ago

Sorry myself. I should have created feature branches for the 4 types of changes that I did. bc9c456 and 8dc3282: merges from ericduran upstream 260dc34: local gulp install changes 3fce9e5: create data dir if it does not exist 4917e8c and 6d830f7: link from number of mentions to cgit list of those mentions.

lewisnyman commented 8 years ago

I can't merge this PR as it is, please include the changes in separate PRs. The changes to package.json are risky, we tend to break the build process a lot with these kings of changes.