openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.95k stars 532 forks source link

build script to generate minified version #9

Open millermedeiros opened 13 years ago

millermedeiros commented 13 years ago

it needs some sort of build tool to generate minified file automatically, also to avoid updating version number manually on 2 different files (source and .min).

wjcrowcroft commented 13 years ago

Thanks for the suggestion, and yeah, updating the minified source for each change does get a little tiring.

If you have any suggestions for scripts, please let me know.

Thanks!