A Chrome Extension that allows you to add a HTML signature to Gmail Emails
Follow instructions here. You'll need to point to src/
directory.
To bump a version:
grunt bump:[major|minor|patch]
(where versions are formatted as <major>.<minor>.<patch>
)
To run jsHint:
grunt
Built to target/
.
Version will NOT be bumped automatically. To bump the version automatically, add:
--major
, --minor
or --patch
To build for the web store or development distribution:
grunt build