RedJabber
RedJabber
case: loading image, image-on-success-1, image-on-success-2.. image-on-success-N or loading image, image-on-success, image-on-fail and callback if image is not loaded
` findNestedDependencies: true, paths: { 'some-module-1':'path/to/module-1' } ` index.js ` define([..], ()=> { ... require(['some-module-1'], ()=>{}) ... }) ` expect: 'some-module-1' inside bundle and full/path/to/module-1.js in log. actual: module ignored.
Could you realize adding support for http://www.webjars.org/ for jsRender. It will make it more easy to reach for maven users like me.