by Mike Green mike.is.green@gmail.com
This is a rebuild of my marginally popular Chrome extension, Hayfever. It incorporates new stuff I've learned about buildiing JavaScript applications in the years since the original was built.
Hayfever isn't currently available in any form besides this repo's source code. You're more than welcome to clone it, as long as you don't mind the fact that it doesn't do anything yet. Building the project requires Node and Ruby.
# We need Gulp installed globally:
[sudo] npm install -g gulp
[sudo] bundle install
bower install
npm install
gulp
After that you'll have a build
directory that can be loaded into Chrome in developer mode.