This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> | |
| <span class="postal-code">94301</span> | |
| <div class="country-name">USA</div> | |
| </div> |