aurelia-ui-toolkits / aurelia-kendoui-bridge

MIT License
117 stars 31 forks source link

Exception thrown during gulp bundle in v0.9.0 #489

Closed rocknet closed 8 years ago

rocknet commented 8 years ago

I had a working Aurelia ES2016 skeleton navigation from 1.0.0-beta.1.2.4, installed the bridge with the Pro instructions. The chart and grid demos were working fine with gulp watch so the app itself was fine.

I went to the first suggestion for bundling which is to add:

        "[aurelia-kendoui-bridge]",
        "[aurelia-kendoui-bridge/**/*]",
        "aurelia-kendoui-bridge/**/*.html!text",

to the app-build bundle. As soon as I did that and tried gulp bundle, I get the following exception:

[20:51:37] Starting 'bundle'...
[20:51:39] 'bundle' errored after 1.89 s
[20:51:39] Error on translate for npm:aurelia-kendoui-bridge@0.9.0/aurelia-kendo
ui-bridge.d.ts at file:///D:/Code/GitHub/skeleton-navigation/skeleton-es2016/jsp
m_packages/npm/aurelia-kendoui-bridge@0.9.0/aurelia-kendoui-bridge.d.ts
        SyntaxError: file:///D:/Code/GitHub/skeleton-navigation/skeleton-es2016/
jspm_packages/npm/aurelia-kendoui-bridge@0.9.0/aurelia-kendoui-bridge.d.ts: Unex
pected token (2:9)
declare module 'aurelia-kendoui-bridge' {
  import 'jquery';
  import * as LogManager from 'aurelia-logging';
  import { RepeatStrategyLocator, ArrayRepeatStrategy }  from 'aurelia-templatin
g-resources';
  import { inject, Container, transient }  from 'aurelia-dependency-injection';
    at Parser.pp.raise (file:///D:/Code/GitHub/skeleton-navigation/skeleton-es20
16/jspm_packages/npm/babel-core@5.8.38/browser.js:64054:13)
    at Parser.pp.unexpected (file:///D:/Code/GitHub/skeleton-navigation/skeleton
-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:65284:8)
    at Parser.pp.flowParseDeclare (file:///D:/Code/GitHub/skeleton-navigation/sk
eleton-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:65362:10)
    at Parser.pp.flowParseDeclareModule (file:///D:/Code/GitHub/skeleton-navigat
ion/skeleton-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:65391:20)
    at Parser.pp.flowParseDeclare (file:///D:/Code/GitHub/skeleton-navigation/sk
eleton-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:65356:17)
    at Parser.parseExpressionStatement (file:///D:/Code/GitHub/skeleton-navigati
on/skeleton-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:65951:25)
    at Parser.pp.parseStatement (file:///D:/Code/GitHub/skeleton-navigation/skel
eton-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:64495:21)
    at Parser.parseStatement (file:///D:/Code/GitHub/skeleton-navigation/skeleto
n-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:65941:22)
    at Parser.pp.parseTopLevel (file:///D:/Code/GitHub/skeleton-navigation/skele
ton-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:64383:21)
    at Parser.parse (file:///D:/Code/GitHub/skeleton-navigation/skeleton-es2016/
jspm_packages/npm/babel-core@5.8.38/browser.js:64023:17)
    at Object.parse (file:///D:/Code/GitHub/skeleton-navigation/skeleton-es2016/
jspm_packages/npm/babel-core@5.8.38/browser.js:62890:50)
    at Object.exports.default (file:///D:/Code/GitHub/skeleton-navigation/skelet
on-es2016/jspm_packages/npm/babel-core@5.8.38/browser.js:7799:18)
    at File.parse (file:///D:/Code/GitHub/skeleton-navigation/skeleton-es2016/js
pm_packages/npm/babel-core@5.8.38/browser.js:8620:40)
    at File.parseCode (file:///D:/Code/GitHub/skeleton-navigation/skeleton-es201
6/jspm_packages/npm/babel-core@5.8.38/browser.js:8737:20)
    at file:///D:/Code/GitHub/skeleton-navigation/skeleton-es2016/jspm_packages/
npm/babel-core@5.8.38/browser.js:13518:12
    at File.wrap (file:///D:/Code/GitHub/skeleton-navigation/skeleton-es2016/jsp
m_packages/npm/babel-core@5.8.38/browser.js:8685:16)
    at Pipeline.transform (file:///D:/Code/GitHub/skeleton-navigation/skeleton-e
s2016/jspm_packages/npm/babel-core@5.8.38/browser.js:13516:17)
    at SystemJSNodeLoader.babelTranspile (D:\Code\GitHub\skeleton-navigation\ske
leton-es2016\node_modules\systemjs\dist\system.src.js:1285:18)
    at D:\Code\GitHub\skeleton-navigation\skeleton-es2016\node_modules\systemjs\
dist\system.src.js:1243:61
    at run (D:\Code\GitHub\skeleton-navigation\skeleton-es2016\node_modules\karm
a\node_modules\core-js\modules\es6.promise.js:89:22)
    at D:\Code\GitHub\skeleton-navigation\skeleton-es2016\node_modules\karma\nod
e_modules\core-js\modules\es6.promise.js:102:28
    at flush (D:\Code\GitHub\skeleton-navigation\skeleton-es2016\node_modules\ka
rma\node_modules\core-js\modules\_microtask.js:18:9)

You should be able to repro this by cloning this repo, doing an npm install, jspm install, gulp bundle https://github.com/rocknet/skeleton-navigation/tree/1.0.0-beta.1.2.4

JeroenVinke commented 8 years ago

Right, sorry about that. Thought I changed the documentation.

In the newer versions of aurelia-bundler you need to use the .js extension:

      "[aurelia-kendoui-bridge]",
        "[aurelia-kendoui-bridge/**/*.js]",
        "aurelia-kendoui-bridge/**/*.html!text",

Without it, it tries to bundle the d.ts file which is necessary for typescript. Let me know if you hit any other issue with bundling

rocknet commented 8 years ago

I should have tried that. I actually did try to use the bundling arithmetic where you subtract it, but that didn't seem to work for me. Anyway, after making that change I do get the bundle, however I get many 404's trying to load some of the bridge js files (, but even now some of the aurelia files. I have updated the bundles.js file in my repo for reproducing, but here is the change made to config.js in case this helps:

    "app-build.js": [
      "app.html!github:systemjs/plugin-text@0.0.3.js",
      "app.js",
      "blur-image.js",
      "chart.html!github:systemjs/plugin-text@0.0.3.js",
      "chart.js",
      "child-router.html!github:systemjs/plugin-text@0.0.3.js",
      "child-router.js",
      "grid.css!github:systemjs/plugin-text@0.0.3.js",
      "grid.html!github:systemjs/plugin-text@0.0.3.js",
      "grid.js",
      "main.js",
      "nav-bar.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0.js",
      "npm:aurelia-kendoui-bridge@0.9.0/autocomplete/autocomplete.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/autocomplete/autocomplete.js",
      "npm:aurelia-kendoui-bridge@0.9.0/barcode/barcode.js",
      "npm:aurelia-kendoui-bridge@0.9.0/button/button.js",
      "npm:aurelia-kendoui-bridge@0.9.0/buttongroup/buttongroup.js",
      "npm:aurelia-kendoui-bridge@0.9.0/calendar/calendar.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/calendar/calendar.js",
      "npm:aurelia-kendoui-bridge@0.9.0/chart/chart.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/chart/chart.js",
      "npm:aurelia-kendoui-bridge@0.9.0/chart/sparkline.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/chart/sparkline.js",
      "npm:aurelia-kendoui-bridge@0.9.0/chart/stock.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/chart/stock.js",
      "npm:aurelia-kendoui-bridge@0.9.0/chart/treemap.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/chart/treemap.js",
      "npm:aurelia-kendoui-bridge@0.9.0/colorpalette/colorpalette.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/colorpalette/colorpalette.js",
      "npm:aurelia-kendoui-bridge@0.9.0/colorpicker/colorpicker.js",
      "npm:aurelia-kendoui-bridge@0.9.0/combobox/combobox.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/combobox/combobox.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/bindables.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/constants.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/control-properties.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/decorators.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/options-builder.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/template-compiler.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/template-gatherer.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/template.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/util.js",
      "npm:aurelia-kendoui-bridge@0.9.0/common/widget-base.js",
      "npm:aurelia-kendoui-bridge@0.9.0/config-builder.js",
      "npm:aurelia-kendoui-bridge@0.9.0/contextmenu/contextmenu.js",
      "npm:aurelia-kendoui-bridge@0.9.0/datepicker/datepicker.js",
      "npm:aurelia-kendoui-bridge@0.9.0/datetimepicker/datetimepicker.js",
      "npm:aurelia-kendoui-bridge@0.9.0/diagram/diagram.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/diagram/diagram.js",
      "npm:aurelia-kendoui-bridge@0.9.0/draggable/draggable.js",
      "npm:aurelia-kendoui-bridge@0.9.0/drop-target/drop-target-area.js",
      "npm:aurelia-kendoui-bridge@0.9.0/drop-target/drop-target.js",
      "npm:aurelia-kendoui-bridge@0.9.0/dropdownlist/dropdownlist.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/dropdownlist/dropdownlist.js",
      "npm:aurelia-kendoui-bridge@0.9.0/editor/editor.js",
      "npm:aurelia-kendoui-bridge@0.9.0/flatcolorpicker/flatcolorpicker.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/flatcolorpicker/flatcolorpicker.js",
      "npm:aurelia-kendoui-bridge@0.9.0/gantt/gantt-col.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/gantt/gantt-col.js",
      "npm:aurelia-kendoui-bridge@0.9.0/gantt/gantt.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/gantt/gantt.js",
      "npm:aurelia-kendoui-bridge@0.9.0/gauges/linear-gauge.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/gauges/linear-gauge.js",
      "npm:aurelia-kendoui-bridge@0.9.0/gauges/radial-gauge.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/gauges/radial-gauge.js",
      "npm:aurelia-kendoui-bridge@0.9.0/grid/col.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/grid/col.js",
      "npm:aurelia-kendoui-bridge@0.9.0/grid/grid-toolbar.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/grid/grid-toolbar.js",
      "npm:aurelia-kendoui-bridge@0.9.0/grid/grid.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/grid/grid.js",
      "npm:aurelia-kendoui-bridge@0.9.0/index.js",
      "npm:aurelia-kendoui-bridge@0.9.0/listview/listview.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/listview/listview.js",
      "npm:aurelia-kendoui-bridge@0.9.0/map/map.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/map/map.js",
      "npm:aurelia-kendoui-bridge@0.9.0/maskedtextbox/maskedtextbox.js",
      "npm:aurelia-kendoui-bridge@0.9.0/menu/menu.js",
      "npm:aurelia-kendoui-bridge@0.9.0/multiselect/multiselect.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/multiselect/multiselect.js",
      "npm:aurelia-kendoui-bridge@0.9.0/notification/notification-template.js",
      "npm:aurelia-kendoui-bridge@0.9.0/notification/notification.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/notification/notification.js",
      "npm:aurelia-kendoui-bridge@0.9.0/numerictextbox/numerictextbox.js",
      "npm:aurelia-kendoui-bridge@0.9.0/panelbar/panelbar.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/panelbar/panelbar.js",
      "npm:aurelia-kendoui-bridge@0.9.0/pdf/pdf.js",
      "npm:aurelia-kendoui-bridge@0.9.0/pivotgrid/pivotconfigurator.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/pivotgrid/pivotconfigurator.js",
      "npm:aurelia-kendoui-bridge@0.9.0/pivotgrid/pivotgrid.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/pivotgrid/pivotgrid.js",
      "npm:aurelia-kendoui-bridge@0.9.0/progressbar/progressbar.js",
      "npm:aurelia-kendoui-bridge@0.9.0/qrcode/qrcode.js",
      "npm:aurelia-kendoui-bridge@0.9.0/rangeslider/rangeslider.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/rangeslider/rangeslider.js",
      "npm:aurelia-kendoui-bridge@0.9.0/responsivepanel/responsivepanel.js",
      "npm:aurelia-kendoui-bridge@0.9.0/scheduler/scheduler.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/scheduler/scheduler.js",
      "npm:aurelia-kendoui-bridge@0.9.0/scrollview/scrollview.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/scrollview/scrollview.js",
      "npm:aurelia-kendoui-bridge@0.9.0/slider/slider.js",
      "npm:aurelia-kendoui-bridge@0.9.0/sortable/sortable.js",
      "npm:aurelia-kendoui-bridge@0.9.0/splitter/splitter.js",
      "npm:aurelia-kendoui-bridge@0.9.0/spreadsheet/spreadsheet.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/spreadsheet/spreadsheet.js",
      "npm:aurelia-kendoui-bridge@0.9.0/switch/switch.js",
      "npm:aurelia-kendoui-bridge@0.9.0/tabstrip/tabstrip.js",
      "npm:aurelia-kendoui-bridge@0.9.0/timepicker/timepicker.js",
      "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar-item-button.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar-item-button.js",
      "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar-item.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar-item.js",
      "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar.js",
      "npm:aurelia-kendoui-bridge@0.9.0/tooltip/tooltip.js",
      "npm:aurelia-kendoui-bridge@0.9.0/treelist/tree-col.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/treelist/tree-col.js",
      "npm:aurelia-kendoui-bridge@0.9.0/treelist/treelist.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/treelist/treelist.js",
      "npm:aurelia-kendoui-bridge@0.9.0/treeview/treeview.js",
      "npm:aurelia-kendoui-bridge@0.9.0/upload/upload.html!github:systemjs/plugin-text@0.0.3.js",
      "npm:aurelia-kendoui-bridge@0.9.0/upload/upload.js",
      "npm:aurelia-kendoui-bridge@0.9.0/validator/validator.js",
      "npm:aurelia-kendoui-bridge@0.9.0/valueconverters/valueconverters.js",
      "npm:aurelia-kendoui-bridge@0.9.0/window/window.js",
      "users.html!github:systemjs/plugin-text@0.0.3.js",
      "users.js",
      "welcome.html!github:systemjs/plugin-text@0.0.3.js",
      "welcome.js"
    ]
  },
  depCache: {
    "blur-image.js": [
      "aurelia-framework"
    ],
    "main.js": [
      "bootstrap"
    ],
    "users.js": [
      "aurelia-framework",
      "aurelia-fetch-client",
      "fetch"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0.js": [
      "npm:aurelia-kendoui-bridge@0.9.0/index"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/autocomplete/autocomplete.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.autocomplete.min",
      "kendo.virtuallist.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/barcode/barcode.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.dataviz.barcode.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/button/button.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.button.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/buttongroup/buttongroup.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.mobile.buttongroup.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/calendar/calendar.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.calendar.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/chart/chart.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../pdf/pdf",
      "kendo.dataviz.chart.min",
      "kendo.dataviz.chart.polar.min",
      "kendo.dataviz.chart.funnel.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/chart/sparkline.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../pdf/pdf",
      "kendo.dataviz.sparkline.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/chart/stock.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../pdf/pdf",
      "kendo.dataviz.stock.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/chart/treemap.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../pdf/pdf",
      "kendo.dataviz.treemap.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/colorpalette/colorpalette.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.colorpicker.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/colorpicker/colorpicker.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.colorpicker.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/combobox/combobox.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.combobox.min",
      "kendo.virtuallist.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/common/control-properties.js": [
      "./bindables",
      "aurelia-dependency-injection",
      "./util"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/common/decorators.js": [
      "aurelia-templating",
      "aurelia-dependency-injection",
      "aurelia-metadata",
      "aurelia-binding",
      "./control-properties",
      "./util"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/common/options-builder.js": [
      "aurelia-dependency-injection",
      "./control-properties",
      "./util"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/common/template-compiler.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "aurelia-binding",
      "./util"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/common/template-gatherer.js": [
      "./control-properties",
      "./util",
      "aurelia-dependency-injection"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/common/template.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/constants"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/common/util.js": [
      "./constants"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/common/widget-base.js": [
      "./util",
      "./options-builder",
      "./template-compiler",
      "./template-gatherer",
      "../config-builder",
      "aurelia-dependency-injection",
      "aurelia-task-queue",
      "aurelia-logging"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/contextmenu/contextmenu.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.menu.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/datepicker/datepicker.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.datepicker.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/datetimepicker/datetimepicker.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.datetimepicker.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/diagram/diagram.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.dataviz.diagram.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/draggable/draggable.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.draganddrop.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/drop-target/drop-target-area.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.draganddrop.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/drop-target/drop-target.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.draganddrop.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/dropdownlist/dropdownlist.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.dropdownlist.min",
      "kendo.virtuallist.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/editor/editor.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.editor.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/flatcolorpicker/flatcolorpicker.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.colorpicker.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/gantt/gantt-col.js": [
      "aurelia-templating",
      "aurelia-dependency-injection",
      "../common/constants",
      "../common/decorators",
      "../common/template-gatherer"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/gantt/gantt.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../common/options-builder",
      "../pdf/pdf",
      "kendo.gantt.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/gauges/linear-gauge.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.dataviz.gauge.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/gauges/radial-gauge.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.dataviz.gauge.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/grid/col.js": [
      "aurelia-templating",
      "aurelia-dependency-injection",
      "../common/constants",
      "../common/decorators",
      "../common/template-gatherer"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/grid/grid-toolbar.js": [
      "aurelia-templating",
      "aurelia-dependency-injection",
      "../common/constants",
      "../common/decorators",
      "../common/template-gatherer"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/grid/grid.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../common/options-builder",
      "../common/template-gatherer",
      "../pdf/pdf",
      "kendo.data.signalr.min",
      "kendo.filtercell.min",
      "kendo.grid.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/index.js": [
      "./config-builder",
      "aurelia-templating-resources",
      "jquery",
      "kendo.data.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/listview/listview.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.listview.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/map/map.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.dataviz.map.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/maskedtextbox/maskedtextbox.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.maskedtextbox.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/menu/menu.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.menu.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/multiselect/multiselect.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.multiselect.min",
      "kendo.virtuallist.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/notification/notification-template.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/constants"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/notification/notification.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.notification.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/numerictextbox/numerictextbox.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.numerictextbox.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/panelbar/panelbar.js": [
      "aurelia-templating",
      "aurelia-dependency-injection",
      "../common/constants",
      "../common/widget-base",
      "../common/decorators",
      "kendo.panelbar.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/pdf/pdf.js": [
      "kendo.pdf.min",
      "kendo.excel.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/pivotgrid/pivotconfigurator.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.pivot.configurator.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/pivotgrid/pivotgrid.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../pdf/pdf",
      "kendo.pivotgrid.min",
      "kendo.pivot.fieldmenu.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/progressbar/progressbar.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.progressbar.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/qrcode/qrcode.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.dataviz.qrcode.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/rangeslider/rangeslider.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.slider.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/responsivepanel/responsivepanel.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.responsivepanel.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/scheduler/scheduler.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../pdf/pdf",
      "kendo.scheduler.min",
      "kendo.scheduler.agendaview.min",
      "kendo.scheduler.dayview.min",
      "kendo.scheduler.monthview.min",
      "kendo.scheduler.recurrence.min",
      "kendo.scheduler.timelineview.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/scrollview/scrollview.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.mobile.scrollview.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/slider/slider.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.slider.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/sortable/sortable.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.sortable.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/splitter/splitter.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.splitter.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/spreadsheet/spreadsheet.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.spreadsheet.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/switch/switch.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.mobile.switch.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/tabstrip/tabstrip.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.tabstrip.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/timepicker/timepicker.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.timepicker.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar-item-button.js": [
      "aurelia-templating",
      "aurelia-dependency-injection",
      "../common/constants",
      "../common/decorators",
      "../common/options-builder"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar-item.js": [
      "aurelia-templating",
      "aurelia-dependency-injection",
      "../common/constants",
      "../common/decorators",
      "../common/template-gatherer",
      "../common/options-builder"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/toolbar/toolbar.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../common/options-builder",
      "kendo.toolbar.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/tooltip/tooltip.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.tooltip.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/treelist/tree-col.js": [
      "aurelia-templating",
      "aurelia-dependency-injection",
      "../common/constants",
      "../common/decorators",
      "../common/template-gatherer"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/treelist/treelist.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "../common/options-builder",
      "../pdf/pdf",
      "kendo.data.signalr.min",
      "kendo.filtercell.min",
      "kendo.treelist.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/treeview/treeview.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.treeview.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/upload/upload.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.upload.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/validator/validator.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.validator.min"
    ],
    "npm:aurelia-kendoui-bridge@0.9.0/window/window.js": [
      "aurelia-dependency-injection",
      "aurelia-templating",
      "../common/widget-base",
      "../common/decorators",
      "../common/constants",
      "kendo.window.min"
    ]

I'll see if it's possible to get this in a gist.run a little later today.

rocknet commented 8 years ago

Ok, apparently that was solved by setting depCache to false. Do we know why that has to be the case? This is working for me so far, now I'm about to start the actual kendo bundle.

Thanood commented 8 years ago

I've got the same depCache issue recently. "aurelia-bundler": "^0.2.1" works "aurelia-bundler": "^0.4.0" fails

rocknet commented 8 years ago

I'd say this isn't really a bridge issue and I have kendo pro bundling working with the bridge now. Closing the issue here.