TypeError: moment 不是 Object.commonFunctionsFactory.formatDate 的函数
但是,如果我使用 jscompress 在线缩小我的momentjs ,则结果文件对我来说工作正常。
咕噜任务
build_momentjs_file: {
options: {
baseUrl: '<%= yeoman.app %>/../bower_components/moment/min',
mainConfigFile: '<%= yeoman.app %>/scripts/main.js',
include: [ 'moment.min.js' ],
out: '<%= yeoman.app %>/build/moment.min.js',
optimize: "uglify2",
preserveLicenseComments: false,
}
}