Command: heroku pg:backups capture -a [app_name]
Command: curl -o latest.dump `heroku pg:backups public-url -a [app_name]`
/*! | |
* time_of_day.css | |
* Time Sensitive CSS | |
* @danott in reply to @kalebheitzman's tweet http://twitter.com/#!/kalebheitzman/status/26639173336 | |
* | |
* Here is a basis of class names for how I would approach a time-sensitive CSS stylesheet. | |
* | |
* Along with these classnames, I'd use side-by-side PHP and Javascript functions to add classes to | |
* the body element of your html document. | |
*/ |