I'm wondering how to include one of the pre-defined momentjs locales in meteor, which normally resides in locales/*.js, but including this per the moment docs does not work in Meteor:
<script src="locale/pt.js"></script>
How would I include the pre-defined moment locales in Meteor?