gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

NodeJS based build script prototype #165

Closed 11bit closed 8 years ago

11bit commented 8 years ago

Prototype of cross-platform build script.

Requirements: nodejs

npm install - install dependencies npm run build - concat source files and minify them npm run all - also gzip them (won't run on windows due to lack of gzip command)