Factor out loading moment from downloading
jonblack opened this issue · 2 comments
jonblack commented
I use bower to manage the dependencies of my project, and don't want to use the CDN version.
I can bypass this by not using moment.include_moment()
, but that means the javascript that does all the work also isn't included.
Is it possible to separate these out into two functions?
miguelgrinberg commented
Yes, makes sense.
miguelgrinberg commented
Fixed in release 0.7.0.