, ,
underscore.string main.js
, 'underscore.string'
main.js
require.config({
paths: {
underscore: 'lib/underscore',
'underscore.string' : 'lib/_string' ,
},
shim: {
underscore: {
exports: '_',
deps: [ 'jquery', 'jqueryui' ]
},
'underscore.string': {
deps: [ 'underscore' ]
},
}
....
, mixin
shim: {
mixin : {
deps: [ 'jquery', 'underscore', 'underscore.string' , 'bootstrap' ]
},
,
define([
'underscore.string'
], function ( ) {
, _.str _.string
, -
663 underscore.string.js
if (typeof define === 'function' && define.amd)
define('underscore.string', [], function(){ return _s; });
, , AMD JS, "underscore.string"