Сделал такое подключение сторонних библиотек:
"js": [{
"path": "${framework.dir}/build/ext-all-rtl-debug.js"
}, {
"path": "https://yastatic.net/jquery/2.2.3/jquery.min.js",
"includeInBundle": true
}, {
"path": "https://github.com/lindell/JsBarcode/releases/download/v3.0.3/JsBarcode.min.js",
"includeInBundle": true
}, {
"path": "app.js",
"bundle": true
}],
и получил такую вот ошибку:
bootstrap.js:1565
GET https://github.com/lindell/JsBarcode...=1462828720180 404 (Not Found)
Опция "includeInBundle": true слепила оба URL в кашу!
Как так?