Joined September 2012
·
Posted to
High Resolution Images in -webkit using image-set() function
over 1 year
ago
Will this fallback to just the first url in older browsers? Or do we need to add a version for them as well?
Achievements
48 Karma
0 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Raven
Have at least one original repo where some form of shell script is the dominant language
Cool idea! If you want to go even simpler (might only work for some with a simple setup), and you have a few remotes you constantly push to, you can also add a simple alias for those to your .gitconfig:
Push to both origin and heroku repos
gpa = !git push && git push heroku master