module - Can a javascript library that depend on other library have its own requirejs config and its own bower_components directory -
my title might bit confusing, here i'm trying find out if it's possible that.
i have library called language-picker
, library depends on few other libraries , using requirejs.
now library have being include in many different apps, 1 of app not have jquery , don't want include in app directly.
the problem can't have own require-config.js file own library...
my question is:
- can include library without having include path other dependencies in app?
- if possible can library have own path bower_components?
i want able let others use library without having setup path , on.
Comments
Post a Comment