-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
I already made a shim config specifying the dependencies for jquery and jquery++ but still doesn't work
requirejs.config({
paths: {
jquery: 'libs/jquery',
jquerymobile: 'libs/jquery-mobile/jquery.mobile',
underscore: 'libs/underscore',
jquerypp: 'libs/jquerypp',
elastislide: '../js/elastislide',
app: '../js/app',
model: '../js/app/model',
view: '../js/app/view',
controller: '../js/app/controller',
shim: {
'elastislide': {
deps: ['jquery', 'jquerypp']
}
}
}
});
Metadata
Metadata
Assignees
Labels
No labels