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

Fix broken data builds #41

Closed jgable closed 10 years ago

jgable commented 10 years ago

The data builds were broken since moving over to Grunt. Only the SystemV rule (I assume it's the last one) was being added. All I had to do was indent the for loop that iterates through the rules, must have gotten messed up in the conversion.

Closes #40