Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.
Scott Stanfield edited this page May 31, 2013 · 17 revisions

msrd.io

Useful commands

Compiles project for debug with verbose turned on (via --debug) and autoloads site in browser

 % grunt debug-run --debug

Show git all branches along with SHA1 and comment

% git branch -av

Delete a local branch and corresponding remote branch via stackoverflow

% git branch -D foo
% git push origin --delete foo
% git remote prune origin

Useful Sites

A list of sites we've been using during the creation of the project.

Git Immersion looks like a great site for learning git.

YAML examples and online parser
yaml-online-parser

Using Google Maps with Angular
angular-google-maps

Filter the cast of the "Avengers" with Angular jsfiddle

Responsive grid
flawless

Typographical vertical grid
gridlover

Layout for articles
reuze

Readings about Typography

http://viljamis.com/blog/2012/typography/
http://retinart.net/typography/typographicscale/
http://ia.net/blog/responsive-typography-the-basics/

Clone this wiki locally