erictgrubaugh
06/27/2017, 8:03 PMrequire.config
when I pull in `moment`; I just put the path directly in the define
call:
define(["../lib/moment.min"], function (moment) {
function beforeLoad(context) {
var today = moment();
// ...
}
// ...
});