Handpicked.js
Handpicked is a JavaScript-plugin that allows users to replace a select box with an input field to enter a new value into.
Building the project
Install Grunt to begin building the project:
npm install
Grunt-tasks
grunt compile
Compiles CoffeeScript, runs the result through JSHint, and minifies it to
js/handpicked.min.js.
grunt/grunt default
Compiles all files and continuously watches them for changes.