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:

  1. can include library without having include path other dependencies in app?
  2. if possible can library have own path bower_components?

i want able let others use library without having setup path , on.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -