You can use path config to override module paths. You can even fall back to non minified files:
requirejs.config({
enforceDefine: true,
paths: {
jquery: [
'lib/jquery.min',
'lib/jquery'
]
}
});
There may be a more general way to use min files that I don't know about!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…