Skip to content
Handpicked is a JavaScript-plugin that allows users to replace a select box with an input field to enter a new value into.
CoffeeScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
build
src
.gitignore
Gruntfile.coffee
LICENSE.md
README.md
bower.json
package.json

README.md

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.

Something went wrong with that request. Please try again.