premasagar / pablo

Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
https://pablojs.com
MIT License
413 stars 16 forks source link

Where should the min.js be stored? #61

Closed premasagar closed 11 years ago

premasagar commented 11 years ago

pablo.min.js can be generated with /build/grunt -> it is output to /build/grunt/dist If it's going to stay where it is, then it should be generated on every edit to pablo.js + server push. Perhaps it should be pushed to the gh-pages branch, to keep it out of the raw code in master?