continuouscalendar / jquery-continuous-calendar

Date picker and range selector with scrollable months instead of paged (the only right way to do it)
http://continuouscalendar.github.io/jquery-continuous-calendar/
85 stars 35 forks source link

How to build? #88

Closed jmazin closed 9 years ago

jmazin commented 9 years ago

I know there are no stupid questions... but this may be one -- please let me know / show me how to build the sources.

Thanks! Jon

jmazin commented 9 years ago

ok npm install does it. if you want to see the source unminified and unuglified, update the line in package.json to the following:

"prepublish": "r.js -o src/build/build.js optimize=none && r.js -o site/playground-build.js optimize=none"