sproutsocial / walltime-js

A JavaScript library for easily translating a UTC time to a "Wall Time" for a particular time zone.
MIT License
121 stars 12 forks source link

Grunt refactor and linting #33

Closed jgable closed 11 years ago

jgable commented 11 years ago

Introduced grunt and some plugins to replace the existing cakefile.

Now using a require.js task instead of a custom building file. Moved most of the Cakefile logic into the lib/build/index.coffee file and converted it to custom grunt tasks.

Added verification of built data files.

Added masthead with version and license information to each built file.

Added coffeelint and jshint2 for linting lib files.

Closes #12 and closes #27