gdg-x / boomerang

Easy website for your GDG Chapter
http://gdg-x.github.io/boomerang/
Apache License 2.0
74 stars 104 forks source link

Update dependencies, fix hub API calls, new Google icon #69

Closed Splaktar closed 9 years ago

Splaktar commented 9 years ago

update angular-material and angularjs. use https to access the hub APIs. styling updates after angular-material 0.11.3 update use new Google Developers icon. Don't round image bottom corners on cards that have content below the image.

Closes #68.

Splaktar commented 9 years ago
screen shot 2015-10-18 at 1 23 31 pm screen shot 2015-10-18 at 1 22 15 pm screen shot 2015-10-18 at 1 21 56 pm
stefanhoth commented 9 years ago

Thanks, that looks good!

I'm wondering if there will be ever something better than this when dealing with version updates (updating them in several files for different reasons looks like a waste).

Splaktar commented 9 years ago

Currently just need to update it in CDN.json and bower.json. The index.html is updated by the gulp prod build. We'll probably move to just using NPM instead of Bower at some point, but that won't really make things too much better. The reason that the CDN.json is needed is due to projects not putting the proper metadata in their bower.json files, maybe with only using npm this will improve.

stefanhoth commented 9 years ago

Thanks for the explanation. LGTM :+1: but I'll wait for a few hours to let someone else take a look.