Skip to content

Instantly share code, notes, and snippets.

View vigoritodcx's full-sized avatar
🦍
ipsum!

vigoritodcx vigoritodcx

🦍
ipsum!
View GitHub Profile
@amit-y
amit-y / Gruntfile.js
Created February 9, 2015 22:25
Grunt task to search and replace strings in file
module.exports = function(grunt) {
// Load grunt tasks automatically
require('load-grunt-tasks')(grunt);
// Time how long tasks take. Can help when optimizing build times
require('time-grunt')(grunt);
// Project configuration.
grunt.initConfig({
@olivierobert
olivierobert / gist:4066606
Created November 13, 2012 16:02
HTML5 - vCard
<div class="vcard">
<a class="fn org url" href="http://www.commerce.net/">CommerceNet</a>
<div class="adr">
<span class="type">Work</span>:
<div class="street-address">169 University Avenue</div>
<span class="locality">Palo Alto</span>,
<abbr class="region" title="California">CA</abbr>&nbsp;&nbsp;
<span class="postal-code">94301</span>
<div class="country-name">USA</div>
</div>