aurelia-ui-toolkits / aurelia-kendoui-bridge

MIT License
117 stars 31 forks source link

Bundling #591

Closed jasonhjohnson closed 8 years ago

jasonhjohnson commented 8 years ago

Hi,

I'm not sure if this is a legitimate issue or not, but when I follow the bundling instructions here: https://aurelia-ui-toolkits.gitbooks.io/kendoui-bridge-docs/content/app_developers_notes/bundlingstep_by_step_instructions_md.html it doesn't appear the assets are loaded from the kendo-build-[revisionGuid].js file. I see that the file is generated after I run gulp bundle but the UI itself doesn't seem to be using it. Might I be missing something? It also looks like the app-build and plugins bundles are working correctly and the UI is using the bundle.

Here's my bundle.js:

module.exports = {
  "bundles": {
    "dist/app-build": {
      "includes": [
        "[**/*.js]",
        "**/*.html!text",
        "**/*.css!text"        

      ],
      "options": {
        "inject": true,
        "minify": true,
        "depCache": true,
        "rev": true
      }
    },
    "dist/plugins": {
      "includes": [
        "[aurelia-kendoui-bridge]",
        "[aurelia-kendoui-bridge/**/*.js]",
        "aurelia-kendoui-bridge/**/*.html!text",
        "moment",
        "nprogress",
        "numeral"       
      ],
      "options": {
        "inject": true,
        "minify": true,
        "depCache": false,
        "rev": false
      }
    },
    "dist/aurelia": {
      "includes": [
        "aurelia-authentication",
        "aurelia-framework",
        "aurelia-bootstrapper",
        "aurelia-cookie",
        "aurelia-configuration",
        "aurelia-event-aggregator",
        "aurelia-fetch-client",
        "aurelia-router",
        "aurelia-animator-css",
        "aurelia-templating-binding",
        "aurelia-polyfills",
        "aurelia-templating-resources",
        "aurelia-templating-router",
        "aurelia-loader-default",
        "aurelia-history-browser",
        "aurelia-logging",
        "aurelia-logging-console",
        "aurelia-task-queue",
        "aurelia-validation",    
        /*"bootstrap",
        "bootstrap/css/bootstrap.css!text",*/
        "twbs/bootstrap",      
        "fetch",
        "jquery"
      ],
      "options": {
        "inject": true,
        "minify": true,
        "depCache": false,
        "rev": false
      }
    },
    "dist/kendo-build": {
        "includes": ["kendo-ui/js/*.min.js"],
        "excludes": [
          "kendo-ui/js/angular.min.js",
          "kendo-ui/js/jquery.min.js",
          "kendo-ui/js/kendo.angular.min.js",
          "kendo-ui/js/kendo.angular2.min.js",
          "kendo-ui/js/kendo.spreadsheet.min.js",
          "kendo-ui/js/kendo.all.min.js",
          "kendo-ui/js/kendo.web.min.js",
          "kendo-ui/js/kendo.dataviz.min.js",
          "kendo-ui/js/kendo.dataviz.mobile.min.js",
          "kendo-ui/js/kendo.mobile.min.js"
        ],
        "options": {
            "inject": true,
            "minify": true,
            "rev": true,
        }
    }
  }
};

And here is the config.js:

System.config({
  defaultJSExtensions: true,
  transpiler: false,
  paths: {
    "*": "dist/*",
    "github:*": "jspm_packages/github/*",
    "npm:*": "jspm_packages/npm/*",
    "kendo:*": "jspm_packages/kendo/*",
    "kendo.*": "jspm_packages/kendo/bower-kendo-ui@2016.2.727/js/kendo.*.js"
  },
  map: {
    "aurelia-animator-css": "npm:aurelia-animator-css@1.0.0",
    "aurelia-authentication": "npm:aurelia-authentication@3.0.0-rc5",
    "aurelia-bootstrapper": "npm:aurelia-bootstrapper@1.0.0",
    "aurelia-configuration": "github:vheissu/aurelia-configuration@1.0.11",
    "aurelia-cookie": "npm:aurelia-cookie@1.0.9",
    "aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0",
    "aurelia-fetch-client": "npm:aurelia-fetch-client@1.0.0",
    "aurelia-framework": "npm:aurelia-framework@1.0.0",
    "aurelia-history-browser": "npm:aurelia-history-browser@1.0.0",
    "aurelia-html-import-template-loader": "npm:aurelia-html-import-template-loader@1.0.0",
    "aurelia-kendoui-bridge": "npm:aurelia-kendoui-bridge@0.11.9",
    "aurelia-loader-default": "npm:aurelia-loader-default@1.0.0",
    "aurelia-logging": "npm:aurelia-logging@1.0.0",
    "aurelia-logging-console": "npm:aurelia-logging-console@1.0.0",
    "aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0",
    "aurelia-polyfills": "npm:aurelia-polyfills@1.0.0",
    "aurelia-router": "npm:aurelia-router@1.0.2",
    "aurelia-task-queue": "npm:aurelia-task-queue@1.0.0",
    "aurelia-templating-binding": "npm:aurelia-templating-binding@1.0.0",
    "aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0",
    "aurelia-templating-router": "npm:aurelia-templating-router@1.0.0",
    "aurelia-validation": "npm:aurelia-validation@0.6.6",
    "babel": "npm:babel-core@5.8.38",
    "babel-runtime": "npm:babel-runtime@5.8.38",
    "bluebird": "npm:bluebird@3.4.1",
    "bootstrap": "github:twbs/bootstrap@4.0.0-alpha.2",
    "codeseven/toastr": "github:codeseven/toastr@2.1.3",
    "core-js": "npm:core-js@1.2.7",
    "css": "github:systemjs/plugin-css@0.1.26",
    "fetch": "github:github/fetch@1.0.0",
    "font-awesome": "npm:font-awesome@4.6.3",
    "jquery": "npm:jquery@2.2.4",
    "kendo-ui": "kendo:bower-kendo-ui@2016.2.727",
    "moment": "npm:moment@2.14.1",
    "nprogress": "github:rstacruz/nprogress@0.2.0",
    "numeral": "npm:numeral@1.5.3",
    "raf": "npm:raf@3.2.0",
    "text": "github:systemjs/plugin-text@0.0.8",
    "twbs/bootstrap": "github:twbs/bootstrap@4.0.0-alpha.2",
    "webcomponents/webcomponentsjs": "github:webcomponents/webcomponentsjs@0.7.22",
    "github:codeseven/toastr@2.1.3": {
      "css": "github:systemjs/plugin-css@0.1.26",
      "jquery": "github:components/jquery@3.1.0"
    },
    "github:jspm/nodelibs-assert@0.1.0": {
      "assert": "npm:assert@1.4.1"
    },
    "github:jspm/nodelibs-buffer@0.1.0": {
      "buffer": "npm:buffer@3.6.0"
    },
    "github:jspm/nodelibs-events@0.1.1": {
      "events": "npm:events@1.0.2"
    },
    "github:jspm/nodelibs-os@0.1.0": {
      "os-browserify": "npm:os-browserify@0.1.2"
    },
    "github:jspm/nodelibs-path@0.1.0": {
      "path-browserify": "npm:path-browserify@0.0.0"
    },
    "github:jspm/nodelibs-process@0.1.2": {
      "process": "npm:process@0.11.7"
    },
    "github:jspm/nodelibs-stream@0.1.0": {
      "stream-browserify": "npm:stream-browserify@1.0.0"
    },
    "github:jspm/nodelibs-string_decoder@0.1.0": {
      "string_decoder": "npm:string_decoder@0.10.31"
    },
    "github:jspm/nodelibs-tty@0.1.0": {
      "tty-browserify": "npm:tty-browserify@0.0.0"
    },
    "github:jspm/nodelibs-util@0.1.0": {
      "util": "npm:util@0.10.3"
    },
    "github:jspm/nodelibs-vm@0.1.0": {
      "vm-browserify": "npm:vm-browserify@0.0.4"
    },
    "github:rstacruz/nprogress@0.2.0": {
      "css": "github:systemjs/plugin-css@0.1.26"
    },
    "github:twbs/bootstrap@4.0.0-alpha.2": {
      "jquery": "npm:jquery@2.2.4",
      "tether": "github:HubSpot/tether@1.3.3"
    },
    "github:vheissu/aurelia-configuration@1.0.11": {
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-loader": "npm:aurelia-loader@1.0.0",
      "aurelia-loader-default": "npm:aurelia-loader-default@1.0.0",
      "aurelia-path": "npm:aurelia-path@1.0.0",
      "deep-extend": "npm:deep-extend@0.4.1"
    },
    "npm:assert@1.4.1": {
      "assert": "github:jspm/nodelibs-assert@0.1.0",
      "buffer": "github:jspm/nodelibs-buffer@0.1.0",
      "process": "github:jspm/nodelibs-process@0.1.2",
      "util": "npm:util@0.10.3"
    },
    "npm:aurelia-animator-css@1.0.0": {
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "aurelia-templating": "npm:aurelia-templating@1.0.0"
    },
    "npm:aurelia-api@3.0.0-rc4": {
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-fetch-client": "npm:aurelia-fetch-client@1.0.0",
      "extend": "npm:extend@3.0.0",
      "qs": "npm:qs@6.2.1"
    },
    "npm:aurelia-authentication@3.0.0-rc5": {
      "aurelia-api": "npm:aurelia-api@3.0.0-rc4",
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-fetch-client": "npm:aurelia-fetch-client@1.0.0",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "aurelia-path": "npm:aurelia-path@1.0.0",
      "aurelia-router": "npm:aurelia-router@1.0.2",
      "extend": "npm:extend@3.0.0",
      "jwt-decode": "npm:jwt-decode@2.1.0"
    },
    "npm:aurelia-binding@1.0.1": {
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "aurelia-task-queue": "npm:aurelia-task-queue@1.0.0"
    },
    "npm:aurelia-bootstrapper@1.0.0": {
      "aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0",
      "aurelia-framework": "npm:aurelia-framework@1.0.0",
      "aurelia-history": "npm:aurelia-history@1.0.0",
      "aurelia-history-browser": "npm:aurelia-history-browser@1.0.0",
      "aurelia-loader-default": "npm:aurelia-loader-default@1.0.0",
      "aurelia-logging-console": "npm:aurelia-logging-console@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0",
      "aurelia-polyfills": "npm:aurelia-polyfills@1.0.0",
      "aurelia-router": "npm:aurelia-router@1.0.2",
      "aurelia-templating": "npm:aurelia-templating@1.0.0",
      "aurelia-templating-binding": "npm:aurelia-templating-binding@1.0.0",
      "aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0",
      "aurelia-templating-router": "npm:aurelia-templating-router@1.0.0"
    },
    "npm:aurelia-dependency-injection@1.0.0": {
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0"
    },
    "npm:aurelia-event-aggregator@1.0.0": {
      "aurelia-logging": "npm:aurelia-logging@1.0.0"
    },
    "npm:aurelia-framework@1.0.0": {
      "aurelia-binding": "npm:aurelia-binding@1.0.1",
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-loader": "npm:aurelia-loader@1.0.0",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "aurelia-path": "npm:aurelia-path@1.0.0",
      "aurelia-task-queue": "npm:aurelia-task-queue@1.0.0",
      "aurelia-templating": "npm:aurelia-templating@1.0.0"
    },
    "npm:aurelia-history-browser@1.0.0": {
      "aurelia-history": "npm:aurelia-history@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0"
    },
    "npm:aurelia-html-import-template-loader@1.0.0": {
      "aurelia-loader": "npm:aurelia-loader@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "webcomponentsjs": "npm:webcomponents.js@0.7.22"
    },
    "npm:aurelia-kendoui-bridge@0.11.9": {
      "aurelia-binding": "npm:aurelia-binding@1.0.1",
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-task-queue": "npm:aurelia-task-queue@1.0.0",
      "aurelia-templating": "npm:aurelia-templating@1.0.0",
      "aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0"
    },
    "npm:aurelia-loader-default@1.0.0": {
      "aurelia-loader": "npm:aurelia-loader@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0"
    },
    "npm:aurelia-loader@1.0.0": {
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-path": "npm:aurelia-path@1.0.0"
    },
    "npm:aurelia-logging-console@1.0.0": {
      "aurelia-logging": "npm:aurelia-logging@1.0.0"
    },
    "npm:aurelia-metadata@1.0.0": {
      "aurelia-pal": "npm:aurelia-pal@1.0.0"
    },
    "npm:aurelia-pal-browser@1.0.0": {
      "aurelia-pal": "npm:aurelia-pal@1.0.0"
    },
    "npm:aurelia-polyfills@1.0.0": {
      "aurelia-pal": "npm:aurelia-pal@1.0.0"
    },
    "npm:aurelia-route-recognizer@1.0.0": {
      "aurelia-path": "npm:aurelia-path@1.0.0"
    },
    "npm:aurelia-router@1.0.2": {
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0",
      "aurelia-history": "npm:aurelia-history@1.0.0",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-path": "npm:aurelia-path@1.0.0",
      "aurelia-route-recognizer": "npm:aurelia-route-recognizer@1.0.0"
    },
    "npm:aurelia-task-queue@1.0.0": {
      "aurelia-pal": "npm:aurelia-pal@1.0.0"
    },
    "npm:aurelia-templating-binding@1.0.0": {
      "aurelia-binding": "npm:aurelia-binding@1.0.1",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-templating": "npm:aurelia-templating@1.0.0"
    },
    "npm:aurelia-templating-resources@1.0.0": {
      "aurelia-binding": "npm:aurelia-binding@1.0.1",
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-loader": "npm:aurelia-loader@1.0.0",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "aurelia-path": "npm:aurelia-path@1.0.0",
      "aurelia-task-queue": "npm:aurelia-task-queue@1.0.0",
      "aurelia-templating": "npm:aurelia-templating@1.0.0"
    },
    "npm:aurelia-templating-router@1.0.0": {
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "aurelia-path": "npm:aurelia-path@1.0.0",
      "aurelia-router": "npm:aurelia-router@1.0.2",
      "aurelia-templating": "npm:aurelia-templating@1.0.0"
    },
    "npm:aurelia-templating@1.0.0": {
      "aurelia-binding": "npm:aurelia-binding@1.0.1",
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-loader": "npm:aurelia-loader@1.0.0",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-pal": "npm:aurelia-pal@1.0.0",
      "aurelia-path": "npm:aurelia-path@1.0.0",
      "aurelia-task-queue": "npm:aurelia-task-queue@1.0.0"
    },
    "npm:aurelia-validation@0.6.6": {
      "aurelia-binding": "npm:aurelia-binding@1.0.1",
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
      "aurelia-logging": "npm:aurelia-logging@1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
      "aurelia-templating": "npm:aurelia-templating@1.0.0"
    },
    "npm:babel-runtime@5.8.38": {
      "process": "github:jspm/nodelibs-process@0.1.2"
    },
    "npm:bluebird@3.4.1": {
      "process": "github:jspm/nodelibs-process@0.1.2"
    },
    "npm:buffer@3.6.0": {
      "base64-js": "npm:base64-js@0.0.8",
      "child_process": "github:jspm/nodelibs-child_process@0.1.0",
      "fs": "github:jspm/nodelibs-fs@0.1.2",
      "ieee754": "npm:ieee754@1.1.6",
      "isarray": "npm:isarray@1.0.0",
      "process": "github:jspm/nodelibs-process@0.1.2"
    },
    "npm:core-js@1.2.7": {
      "fs": "github:jspm/nodelibs-fs@0.1.2",
      "path": "github:jspm/nodelibs-path@0.1.0",
      "process": "github:jspm/nodelibs-process@0.1.2",
      "systemjs-json": "github:systemjs/plugin-json@0.1.2"
    },
    "npm:core-util-is@1.0.2": {
      "buffer": "github:jspm/nodelibs-buffer@0.1.0"
    },
    "npm:deep-extend@0.4.1": {
      "buffer": "github:jspm/nodelibs-buffer@0.1.0"
    },
    "npm:font-awesome@4.6.3": {
      "css": "github:systemjs/plugin-css@0.1.26"
    },
    "npm:inherits@2.0.1": {
      "util": "github:jspm/nodelibs-util@0.1.0"
    },
    "npm:jwt-decode@2.1.0": {
      "fs": "github:jspm/nodelibs-fs@0.1.2",
      "systemjs-json": "github:systemjs/plugin-json@0.1.2"
    },
    "npm:numeral@1.5.3": {
      "fs": "github:jspm/nodelibs-fs@0.1.2"
    },
    "npm:os-browserify@0.1.2": {
      "os": "github:jspm/nodelibs-os@0.1.0"
    },
    "npm:path-browserify@0.0.0": {
      "process": "github:jspm/nodelibs-process@0.1.2"
    },
    "npm:performance-now@0.2.0": {
      "process": "github:jspm/nodelibs-process@0.1.2"
    },
    "npm:process@0.11.7": {
      "assert": "github:jspm/nodelibs-assert@0.1.0",
      "fs": "github:jspm/nodelibs-fs@0.1.2",
      "vm": "github:jspm/nodelibs-vm@0.1.0"
    },
    "npm:raf@3.2.0": {
      "performance-now": "npm:performance-now@0.2.0",
      "process": "github:jspm/nodelibs-process@0.1.2"
    },
    "npm:readable-stream@1.1.14": {
      "buffer": "github:jspm/nodelibs-buffer@0.1.0",
      "core-util-is": "npm:core-util-is@1.0.2",
      "events": "github:jspm/nodelibs-events@0.1.1",
      "inherits": "npm:inherits@2.0.1",
      "isarray": "npm:isarray@1.0.0",
      "process": "github:jspm/nodelibs-process@0.1.2",
      "stream-browserify": "npm:stream-browserify@1.0.0",
      "string_decoder": "npm:string_decoder@0.10.31"
    },
    "npm:stream-browserify@1.0.0": {
      "events": "github:jspm/nodelibs-events@0.1.1",
      "inherits": "npm:inherits@2.0.1",
      "readable-stream": "npm:readable-stream@1.1.14"
    },
    "npm:string_decoder@0.10.31": {
      "buffer": "github:jspm/nodelibs-buffer@0.1.0"
    },
    "npm:util@0.10.3": {
      "inherits": "npm:inherits@2.0.1",
      "process": "github:jspm/nodelibs-process@0.1.2"
    },
    "npm:vm-browserify@0.0.4": {
      "indexof": "npm:indexof@0.0.1"
    },
    "npm:webcomponents.js@0.7.22": {
      "buffer": "github:jspm/nodelibs-buffer@0.1.0",
      "child_process": "github:jspm/nodelibs-child_process@0.1.0",
      "events": "github:jspm/nodelibs-events@0.1.1",
      "fs": "github:jspm/nodelibs-fs@0.1.2",
      "os": "github:jspm/nodelibs-os@0.1.0",
      "path": "github:jspm/nodelibs-path@0.1.0",
      "process": "github:jspm/nodelibs-process@0.1.2",
      "stream": "github:jspm/nodelibs-stream@0.1.0",
      "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0",
      "systemjs-json": "github:systemjs/plugin-json@0.1.2",
      "tty": "github:jspm/nodelibs-tty@0.1.0",
      "util": "github:jspm/nodelibs-util@0.1.0"
    }
  },
  bundles: {
    "aurelia.js": [
      "github:HubSpot/tether@1.3.3.js",
      "github:HubSpot/tether@1.3.3/js/tether.js",
      "github:github/fetch@1.0.0.js",
      "github:github/fetch@1.0.0/fetch.js",
      "github:jspm/nodelibs-buffer@0.1.0.js",
      "github:jspm/nodelibs-buffer@0.1.0/index.js",
      "github:twbs/bootstrap@4.0.0-alpha.2.js",
      "github:twbs/bootstrap@4.0.0-alpha.2/js/bootstrap.js",
      "github:vheissu/aurelia-configuration@1.0.11.js",
      "github:vheissu/aurelia-configuration@1.0.11/configure.js",
      "github:vheissu/aurelia-configuration@1.0.11/index.js",
      "npm:aurelia-animator-css@1.0.0.js",
      "npm:aurelia-animator-css@1.0.0/aurelia-animator-css.js",
      "npm:aurelia-api@3.0.0-rc4.js",
      "npm:aurelia-api@3.0.0-rc4/aurelia-api.js",
      "npm:aurelia-authentication@3.0.0-rc5.js",
      "npm:aurelia-authentication@3.0.0-rc5/aurelia-authentication.js",
      "npm:aurelia-authentication@3.0.0-rc5/authFilterValueConverter.js",
      "npm:aurelia-binding@1.0.1.js",
      "npm:aurelia-binding@1.0.1/aurelia-binding.js",
      "npm:aurelia-bootstrapper@1.0.0.js",
      "npm:aurelia-bootstrapper@1.0.0/aurelia-bootstrapper.js",
      "npm:aurelia-cookie@1.0.9.js",
      "npm:aurelia-cookie@1.0.9/cookie.js",
      "npm:aurelia-cookie@1.0.9/index.js",
      "npm:aurelia-dependency-injection@1.0.0.js",
      "npm:aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js",
      "npm:aurelia-event-aggregator@1.0.0.js",
      "npm:aurelia-event-aggregator@1.0.0/aurelia-event-aggregator.js",
      "npm:aurelia-fetch-client@1.0.0.js",
      "npm:aurelia-fetch-client@1.0.0/aurelia-fetch-client.js",
      "npm:aurelia-framework@1.0.0.js",
      "npm:aurelia-framework@1.0.0/aurelia-framework.js",
      "npm:aurelia-history-browser@1.0.0.js",
      "npm:aurelia-history-browser@1.0.0/aurelia-history-browser.js",
      "npm:aurelia-history@1.0.0.js",
      "npm:aurelia-history@1.0.0/aurelia-history.js",
      "npm:aurelia-loader-default@1.0.0.js",
      "npm:aurelia-loader-default@1.0.0/aurelia-loader-default.js",
      "npm:aurelia-loader@1.0.0.js",
      "npm:aurelia-loader@1.0.0/aurelia-loader.js",
      "npm:aurelia-logging-console@1.0.0.js",
      "npm:aurelia-logging-console@1.0.0/aurelia-logging-console.js",
      "npm:aurelia-logging@1.0.0.js",
      "npm:aurelia-logging@1.0.0/aurelia-logging.js",
      "npm:aurelia-metadata@1.0.0.js",
      "npm:aurelia-metadata@1.0.0/aurelia-metadata.js",
      "npm:aurelia-pal-browser@1.0.0.js",
      "npm:aurelia-pal-browser@1.0.0/aurelia-pal-browser.js",
      "npm:aurelia-pal@1.0.0.js",
      "npm:aurelia-pal@1.0.0/aurelia-pal.js",
      "npm:aurelia-path@1.0.0.js",
      "npm:aurelia-path@1.0.0/aurelia-path.js",
      "npm:aurelia-polyfills@1.0.0.js",
      "npm:aurelia-polyfills@1.0.0/aurelia-polyfills.js",
      "npm:aurelia-route-recognizer@1.0.0.js",
      "npm:aurelia-route-recognizer@1.0.0/aurelia-route-recognizer.js",
      "npm:aurelia-router@1.0.2.js",
      "npm:aurelia-router@1.0.2/aurelia-router.js",
      "npm:aurelia-task-queue@1.0.0.js",
      "npm:aurelia-task-queue@1.0.0/aurelia-task-queue.js",
      "npm:aurelia-templating-binding@1.0.0.js",
      "npm:aurelia-templating-binding@1.0.0/aurelia-templating-binding.js",
      "npm:aurelia-templating-resources@1.0.0.js",
      "npm:aurelia-templating-resources@1.0.0/abstract-repeater.js",
      "npm:aurelia-templating-resources@1.0.0/analyze-view-factory.js",
      "npm:aurelia-templating-resources@1.0.0/array-repeat-strategy.js",
      "npm:aurelia-templating-resources@1.0.0/aurelia-hide-style.js",
      "npm:aurelia-templating-resources@1.0.0/aurelia-templating-resources.js",
      "npm:aurelia-templating-resources@1.0.0/binding-mode-behaviors.js",
      "npm:aurelia-templating-resources@1.0.0/binding-signaler.js",
      "npm:aurelia-templating-resources@1.0.0/compose.js",
      "npm:aurelia-templating-resources@1.0.0/css-resource.js",
      "npm:aurelia-templating-resources@1.0.0/debounce-binding-behavior.js",
      "npm:aurelia-templating-resources@1.0.0/dynamic-element.js",
      "npm:aurelia-templating-resources@1.0.0/focus.js",
      "npm:aurelia-templating-resources@1.0.0/hide.js",
      "npm:aurelia-templating-resources@1.0.0/html-resource-plugin.js",
      "npm:aurelia-templating-resources@1.0.0/html-sanitizer.js",
      "npm:aurelia-templating-resources@1.0.0/if.js",
      "npm:aurelia-templating-resources@1.0.0/map-repeat-strategy.js",
      "npm:aurelia-templating-resources@1.0.0/null-repeat-strategy.js",
      "npm:aurelia-templating-resources@1.0.0/number-repeat-strategy.js",
      "npm:aurelia-templating-resources@1.0.0/repeat-strategy-locator.js",
      "npm:aurelia-templating-resources@1.0.0/repeat-utilities.js",
      "npm:aurelia-templating-resources@1.0.0/repeat.js",
      "npm:aurelia-templating-resources@1.0.0/replaceable.js",
      "npm:aurelia-templating-resources@1.0.0/sanitize-html.js",
      "npm:aurelia-templating-resources@1.0.0/set-repeat-strategy.js",
      "npm:aurelia-templating-resources@1.0.0/show.js",
      "npm:aurelia-templating-resources@1.0.0/signal-binding-behavior.js",
      "npm:aurelia-templating-resources@1.0.0/throttle-binding-behavior.js",
      "npm:aurelia-templating-resources@1.0.0/update-trigger-binding-behavior.js",
      "npm:aurelia-templating-resources@1.0.0/with.js",
      "npm:aurelia-templating-router@1.0.0.js",
      "npm:aurelia-templating-router@1.0.0/aurelia-templating-router.js",
      "npm:aurelia-templating-router@1.0.0/route-href.js",
      "npm:aurelia-templating-router@1.0.0/route-loader.js",
      "npm:aurelia-templating-router@1.0.0/router-view.js",
      "npm:aurelia-templating@1.0.0.js",
      "npm:aurelia-templating@1.0.0/aurelia-templating.js",
      "npm:aurelia-validation@0.6.6.js",
      "npm:aurelia-validation@0.6.6/debouncer.js",
      "npm:aurelia-validation@0.6.6/decorators.js",
      "npm:aurelia-validation@0.6.6/index.js",
      "npm:aurelia-validation@0.6.6/path-observer.js",
      "npm:aurelia-validation@0.6.6/strategies/twbootstrap-view-strategy.js",
      "npm:aurelia-validation@0.6.6/utilities.js",
      "npm:aurelia-validation@0.6.6/validate-custom-attribute.js",
      "npm:aurelia-validation@0.6.6/validation-config.js",
      "npm:aurelia-validation@0.6.6/validation-group-builder.js",
      "npm:aurelia-validation@0.6.6/validation-group.js",
      "npm:aurelia-validation@0.6.6/validation-locale.js",
      "npm:aurelia-validation@0.6.6/validation-property.js",
      "npm:aurelia-validation@0.6.6/validation-result.js",
      "npm:aurelia-validation@0.6.6/validation-rules-collection.js",
      "npm:aurelia-validation@0.6.6/validation-rules.js",
      "npm:aurelia-validation@0.6.6/validation-view-strategy.js",
      "npm:aurelia-validation@0.6.6/validation.js",
      "npm:base64-js@0.0.8.js",
      "npm:base64-js@0.0.8/lib/b64.js",
      "npm:buffer@3.6.0.js",
      "npm:buffer@3.6.0/index.js",
      "npm:deep-extend@0.4.1.js",
      "npm:deep-extend@0.4.1/lib/deep-extend.js",
      "npm:extend@3.0.0.js",
      "npm:extend@3.0.0/index.js",
      "npm:ieee754@1.1.6.js",
      "npm:ieee754@1.1.6/index.js",
      "npm:isarray@1.0.0.js",
      "npm:isarray@1.0.0/index.js",
      "npm:jquery@2.2.4.js",
      "npm:jquery@2.2.4/dist/jquery.js",
      "npm:jwt-decode@2.1.0.js",
      "npm:jwt-decode@2.1.0/lib/atob.js",
      "npm:jwt-decode@2.1.0/lib/base64_url_decode.js",
      "npm:jwt-decode@2.1.0/lib/index.js",
      "npm:qs@6.2.1.js",
      "npm:qs@6.2.1/lib/index.js",
      "npm:qs@6.2.1/lib/parse.js",
      "npm:qs@6.2.1/lib/stringify.js",
      "npm:qs@6.2.1/lib/utils.js"
    ],
    "kendo-build-3ebd52e256.js": [
      "kendo.aspnetmvc.min",
      "kendo.autocomplete.min",
      "kendo.binder.min",
      "kendo.button.min",
      "kendo.calendar.min",
      "kendo.color.min",
      "kendo.colorpicker.min",
      "kendo.columnmenu.min",
      "kendo.columnsorter.min",
      "kendo.combobox.min",
      "kendo.data.min",
      "kendo.data.odata.min",
      "kendo.data.signalr.min",
      "kendo.data.xml.min",
      "kendo.dataviz.barcode.min",
      "kendo.dataviz.chart.funnel.min",
      "kendo.dataviz.chart.min",
      "kendo.dataviz.chart.polar.min",
      "kendo.dataviz.core.min",
      "kendo.dataviz.diagram.min",
      "kendo.dataviz.gauge.min",
      "kendo.dataviz.map.min",
      "kendo.dataviz.qrcode.min",
      "kendo.dataviz.sparkline.min",
      "kendo.dataviz.stock.min",
      "kendo.dataviz.themes.min",
      "kendo.dataviz.treemap.min",
      "kendo.datepicker.min",
      "kendo.datetimepicker.min",
      "kendo.dom.min",
      "kendo.draganddrop.min",
      "kendo.drawing.min",
      "kendo.dropdownlist.min",
      "kendo.editable.min",
      "kendo.editor.min",
      "kendo.excel.min",
      "kendo.filebrowser.min",
      "kendo.filtercell.min",
      "kendo.filtermenu.min",
      "kendo.fx.min",
      "kendo.gantt.list.min",
      "kendo.gantt.min",
      "kendo.gantt.timeline.min",
      "kendo.grid.min",
      "kendo.groupable.min",
      "kendo.imagebrowser.min",
      "kendo.list.min",
      "kendo.listview.min",
      "kendo.maskedtextbox.min",
      "kendo.menu.min",
      "kendo.mobile.actionsheet.min",
      "kendo.mobile.application.min",
      "kendo.mobile.button.min",
      "kendo.mobile.buttongroup.min",
      "kendo.mobile.collapsible.min",
      "kendo.mobile.drawer.min",
      "kendo.mobile.listview.min",
      "kendo.mobile.loader.min",
      "kendo.mobile.modalview.min",
      "kendo.mobile.navbar.min",
      "kendo.mobile.pane.min",
      "kendo.mobile.popover.min",
      "kendo.mobile.scroller.min",
      "kendo.mobile.scrollview.min",
      "kendo.mobile.shim.min",
      "kendo.mobile.splitview.min",
      "kendo.mobile.switch.min",
      "kendo.mobile.tabstrip.min",
      "kendo.mobile.view.min",
      "kendo.multiselect.min",
      "kendo.notification.min",
      "kendo.numerictextbox.min",
      "kendo.ooxml.min",
      "kendo.pager.min",
      "kendo.panelbar.min",
      "kendo.pdf.min",
      "kendo.pivot.configurator.min",
      "kendo.pivot.fieldmenu.min",
      "kendo.pivotgrid.min",
      "kendo.popup.min",
      "kendo.progressbar.min",
      "kendo.reorderable.min",
      "kendo.resizable.min",
      "kendo.responsivepanel.min",
      "kendo.router.min",
      "kendo.scheduler.agendaview.min",
      "kendo.scheduler.dayview.min",
      "kendo.scheduler.min",
      "kendo.scheduler.monthview.min",
      "kendo.scheduler.recurrence.min",
      "kendo.scheduler.timelineview.min",
      "kendo.scheduler.view.min",
      "kendo.selectable.min",
      "kendo.slider.min",
      "kendo.sortable.min",
      "kendo.splitter.min",
      "kendo.tabstrip.min",
      "kendo.timepicker.min",
      "kendo.timezones.min",
      "kendo.toolbar.min",
      "kendo.tooltip.min",
      "kendo.touch.min",
      "kendo.treelist.min",
      "kendo.treeview.draganddrop.min",
      "kendo.treeview.min",
      "kendo.upload.min",
      "kendo.userevents.min",
      "kendo.validator.min",
      "kendo.view.min",
      "kendo.virtuallist.min",
      "kendo.window.min",
      "kendo:bower-kendo-ui@2016.2.727/js/jszip.min.js",
      "kendo:bower-kendo-ui@2016.2.727/js/pako_deflate.min.js"
    ],
    "plugins.js": [
      "github:rstacruz/nprogress@0.2.0.js",
      "github:rstacruz/nprogress@0.2.0/nprogress.css!github:systemjs/plugin-css@0.1.26.js",
      "github:rstacruz/nprogress@0.2.0/nprogress.js",
      "npm:aurelia-kendoui-bridge@0.11.9.js",
      "npm:aurelia-kendoui-bridge@0.11.9/autocomplete/autocomplete.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/autocomplete/autocomplete.js",
      "npm:aurelia-kendoui-bridge@0.11.9/barcode/barcode.js",
      "npm:aurelia-kendoui-bridge@0.11.9/button/button.js",
      "npm:aurelia-kendoui-bridge@0.11.9/buttongroup/buttongroup.js",
      "npm:aurelia-kendoui-bridge@0.11.9/calendar/calendar.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/calendar/calendar.js",
      "npm:aurelia-kendoui-bridge@0.11.9/chart/chart.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/chart/chart.js",
      "npm:aurelia-kendoui-bridge@0.11.9/chart/sparkline.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/chart/sparkline.js",
      "npm:aurelia-kendoui-bridge@0.11.9/chart/stock.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/chart/stock.js",
      "npm:aurelia-kendoui-bridge@0.11.9/chart/treemap.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/chart/treemap.js",
      "npm:aurelia-kendoui-bridge@0.11.9/colorpalette/colorpalette.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/colorpalette/colorpalette.js",
      "npm:aurelia-kendoui-bridge@0.11.9/colorpicker/colorpicker.js",
      "npm:aurelia-kendoui-bridge@0.11.9/combobox/combobox.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/combobox/combobox.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/bindables.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/constants.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/control-properties.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/decorators.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/notify-binding-behavior.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/options-builder.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/template-compiler.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/template-gatherer.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/template.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/util.js",
      "npm:aurelia-kendoui-bridge@0.11.9/common/widget-base.js",
      "npm:aurelia-kendoui-bridge@0.11.9/config-builder.js",
      "npm:aurelia-kendoui-bridge@0.11.9/contextmenu/contextmenu.js",
      "npm:aurelia-kendoui-bridge@0.11.9/datepicker/datepicker.js",
      "npm:aurelia-kendoui-bridge@0.11.9/datetimepicker/datetimepicker.js",
      "npm:aurelia-kendoui-bridge@0.11.9/diagram/diagram.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/diagram/diagram.js",
      "npm:aurelia-kendoui-bridge@0.11.9/draggable/draggable.js",
      "npm:aurelia-kendoui-bridge@0.11.9/drop-target/drop-target-area.js",
      "npm:aurelia-kendoui-bridge@0.11.9/drop-target/drop-target.js",
      "npm:aurelia-kendoui-bridge@0.11.9/dropdownlist/dropdownlist.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/dropdownlist/dropdownlist.js",
      "npm:aurelia-kendoui-bridge@0.11.9/editor/editor.js",
      "npm:aurelia-kendoui-bridge@0.11.9/flatcolorpicker/flatcolorpicker.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/flatcolorpicker/flatcolorpicker.js",
      "npm:aurelia-kendoui-bridge@0.11.9/gantt/gantt-col.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/gantt/gantt-col.js",
      "npm:aurelia-kendoui-bridge@0.11.9/gantt/gantt.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/gantt/gantt.js",
      "npm:aurelia-kendoui-bridge@0.11.9/gauges/linear-gauge.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/gauges/linear-gauge.js",
      "npm:aurelia-kendoui-bridge@0.11.9/gauges/radial-gauge.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/gauges/radial-gauge.js",
      "npm:aurelia-kendoui-bridge@0.11.9/grid/col.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/grid/col.js",
      "npm:aurelia-kendoui-bridge@0.11.9/grid/grid-toolbar.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/grid/grid-toolbar.js",
      "npm:aurelia-kendoui-bridge@0.11.9/grid/grid.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/grid/grid.js",
      "npm:aurelia-kendoui-bridge@0.11.9/index.js",
      "npm:aurelia-kendoui-bridge@0.11.9/listview/listview.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/listview/listview.js",
      "npm:aurelia-kendoui-bridge@0.11.9/map/map.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/map/map.js",
      "npm:aurelia-kendoui-bridge@0.11.9/maskedtextbox/maskedtextbox.js",
      "npm:aurelia-kendoui-bridge@0.11.9/menu/menu.js",
      "npm:aurelia-kendoui-bridge@0.11.9/multiselect/multiselect.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/multiselect/multiselect.js",
      "npm:aurelia-kendoui-bridge@0.11.9/notification/notification-template.js",
      "npm:aurelia-kendoui-bridge@0.11.9/notification/notification.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/notification/notification.js",
      "npm:aurelia-kendoui-bridge@0.11.9/numerictextbox/numerictextbox.js",
      "npm:aurelia-kendoui-bridge@0.11.9/panelbar/panelbar.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/panelbar/panelbar.js",
      "npm:aurelia-kendoui-bridge@0.11.9/pdf/pdf.js",
      "npm:aurelia-kendoui-bridge@0.11.9/pivotgrid/pivotconfigurator.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/pivotgrid/pivotconfigurator.js",
      "npm:aurelia-kendoui-bridge@0.11.9/pivotgrid/pivotgrid.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/pivotgrid/pivotgrid.js",
      "npm:aurelia-kendoui-bridge@0.11.9/progressbar/progressbar.js",
      "npm:aurelia-kendoui-bridge@0.11.9/qrcode/qrcode.js",
      "npm:aurelia-kendoui-bridge@0.11.9/rangeslider/rangeslider.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/rangeslider/rangeslider.js",
      "npm:aurelia-kendoui-bridge@0.11.9/responsivepanel/responsivepanel.js",
      "npm:aurelia-kendoui-bridge@0.11.9/scheduler/scheduler.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/scheduler/scheduler.js",
      "npm:aurelia-kendoui-bridge@0.11.9/scrollview/scrollview.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/scrollview/scrollview.js",
      "npm:aurelia-kendoui-bridge@0.11.9/slider/slider.js",
      "npm:aurelia-kendoui-bridge@0.11.9/sortable/sortable.js",
      "npm:aurelia-kendoui-bridge@0.11.9/splitter/splitter.js",
      "npm:aurelia-kendoui-bridge@0.11.9/spreadsheet/spreadsheet.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/spreadsheet/spreadsheet.js",
      "npm:aurelia-kendoui-bridge@0.11.9/switch/switch.js",
      "npm:aurelia-kendoui-bridge@0.11.9/tabstrip/tabstrip.js",
      "npm:aurelia-kendoui-bridge@0.11.9/timepicker/timepicker.js",
      "npm:aurelia-kendoui-bridge@0.11.9/toolbar/toolbar-item-button.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/toolbar/toolbar-item-button.js",
      "npm:aurelia-kendoui-bridge@0.11.9/toolbar/toolbar-item.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/toolbar/toolbar-item.js",
      "npm:aurelia-kendoui-bridge@0.11.9/toolbar/toolbar.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/toolbar/toolbar.js",
      "npm:aurelia-kendoui-bridge@0.11.9/tooltip/tooltip.js",
      "npm:aurelia-kendoui-bridge@0.11.9/treelist/tree-col.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/treelist/tree-col.js",
      "npm:aurelia-kendoui-bridge@0.11.9/treelist/treelist.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/treelist/treelist.js",
      "npm:aurelia-kendoui-bridge@0.11.9/treeview/treeview.js",
      "npm:aurelia-kendoui-bridge@0.11.9/upload/upload.html!github:systemjs/plugin-text@0.0.8.js",
      "npm:aurelia-kendoui-bridge@0.11.9/upload/upload.js",
      "npm:aurelia-kendoui-bridge@0.11.9/validator/validator.js",
      "npm:aurelia-kendoui-bridge@0.11.9/valueconverters/valueconverters.js",
      "npm:aurelia-kendoui-bridge@0.11.9/window/window.js",
      "npm:moment@2.14.1.js",
      "npm:moment@2.14.1/moment.js",
      "npm:numeral@1.5.3.js",
      "npm:numeral@1.5.3/numeral.js"
    ],
    "app-build-9158ba2546.js": [
      /*[... lots of appp code here]*/
      "utilities.js",
      "vendors/js/telerikReportViewer-10.0.16.204.js",
      "vendors/js/telerikReportViewer-10.0.16.204.min.js",
      "vendors/styles/telerikReportViewer.css!github:systemjs/plugin-text@0.0.8.js",
      "vendors/templates/telerikReportViewerTemplate.html!github:systemjs/plugin-text@0.0.8.js"
    ]
  }
});

Thanks, Jason

JeroenVinke commented 8 years ago

are you on jspm 0.16.15?

jasonhjohnson commented 8 years ago

I'm on 0.16.42 Will bundling not work with this version? Do I have to lock the jspm version again?

jasonhjohnson commented 8 years ago

After reverting my jspm to 0.16.15 I get a "systemJS is not defined" when I try to run the UI. Do I need to revert the systemjs loader to an earlier version as well? It looks like when I revert back to 0.16.15 I have to use "System.import" rather than "SystemJS.import" After I make that change some parts of the UI load but I've got a ton of other console errors. I do see the kendo-build script being used though now.

jasonhjohnson commented 8 years ago

I guess my question is can I bundle with JSPM version 0.16.42? Reverting back to 0.16.15 causes the most recent versions of the aurelia skeleton to break.

JeroenVinke commented 8 years ago

I really don't trust anything above 0.16.15 (for this exact reason, that systemjs does not use the bundle in some cases).

tried the latest skeleton (from master, even though this is not recommended, I clicked the wrong button)

ran the following commands:

  1. npm install
  2. jspm install
    • it should say that it downloaded systemjs@0.19.36
  3. npm install jspm@0.16.15 --save-dev --save-exact
  4. jspm dl-loader
    • it should say that it downloaded systemjs@0.19.6

the app seems to run fine at this point. (make sure that you don't have anything bundled)

then i'd remove jspm_packages and jspm install and after that i'd bundle and test

for the question why it doesn't work with 0.16.42 you'd need to ask aurelia-bundler or systemjs

jasonhjohnson commented 8 years ago

@JeroenVinke Did all of this and, after a few other problems I had to work through, it's working now. Thanks for the detailed instruction.