Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 517 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 517 Bytes

wheel.coffee is a collection of javascript functions that reinvent the wheel, but in coffee script :)

The docs are built with docco, which when building from the Cakefile, requires docco to be installed globally:

npm -g install docco

The minified javascript is built with uglifyjs, which when building from the Cakefile, requires uglifyjs to be installed globally:

npm -g install uglify-js