wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
758 stars 45 forks source link

Wallaby in VS 2015 loading files twice #229

Closed jmwnoble closed 9 years ago

jmwnoble commented 9 years ago

VS just updated to Wallaby 1.0.84 (I had not seen the issue before but cannot say a recent upgrade caused it. Wallaby.js loads files from Scripts/angular.js, App/Main/Scripts/App-Config.js etc.as specified in wallaby.js file. Wallaby then starts to process not only those files but duplicates with the file path first letter uncapitalzed, i.e. scripts/angular.js, app/main/scripts/App-Config.js and puts a version of each in the sandbox html (the upper case and lower case versions). This causes all tests to fail as wallaby tries to load angular states twice. I can't work out why wallaby is doing this file duplication - what are the possible causes?

ArtemGovorov commented 9 years ago

Could you please share your wallaby.js config file?

jmwnoble commented 9 years ago

Hi

Here is the config file. Everything loads twice, except for the last three entries in the files array (with the * wildcard) and the test files. I put in the console log to see how many times the config file is read - 5 times. I changed the workers settings to rule that out.

module.exports = function (wallaby) {
console.log("wallaby config loading...");

return {
    files: [
        "Scripts/jquery-2.1.1.js",
        "Scripts/bootstrap.js",
        "Scripts/moment-with-locales.js",
        "Scripts/angular.js",
        "Scripts/angular-resource.js",
        "Scripts/angular-route.js",
        "Scripts/angular-mocks.js",
        "Scripts/angular-animate.js",
        "Scripts/angular-cookie.js",
        "Scripts/angular-cookies.js",
        "Scripts/angular-file-upload.js",
        "Scripts/angular-form-builder.js",
        "Scripts/angular-form-builder-components.js",
        "Scripts/angular-loader.js",
        "Scripts/angular-sanitize.js",
        "Scripts/angular-strap.js",
        "Scripts/angular-strap.tpl.js",
        "Scripts/angular-ui-router.js",
        "Scripts/angular-validator.js",
        "Scripts/angular-validator-rules.js",
        "Scripts/angular-webstorage.js",
        "Scripts/angular-webstorage-utils.js",
        "Scripts/angular-ui/ui-bootstrap.js",
        "Scripts/angular-ui/ui-bootstrap-tpls.js",
        "Scripts/checklist-model.js",
        "Scripts/jquery.validate.js",
        "Scripts/mustache.js",
        "Scripts/notification.js",
        "Scripts/oauth-ng.js",
        "Scripts/underscore-min-1.8.3.js",
        "Scripts/unsaved-changes-module.js",
        "Scripts/enums.ts",
        "Scripts/directives/ngTable/*.js",
        "Scripts/directives/highcharts/highcharts-ng.js",
        "Scripts/directives/nested-combobox/*.js",
        "Scripts/ui-bootstrap-pagination/*.js",
        "Scripts/Helpers.js",
        "Scripts/ngStorage.js",
        "Scripts/angular-cookie.js",
        "Scripts/Sortable.js",
        "Scripts/angular-dashboard-framework.js",
        "Scripts/adf-structures-base.js",
        "Scripts/adf-widget-clock.js",
        "Scripts/services/Authentication-Service.js",
        "Scripts/services/User-Service.js",
        "Scripts/services/Settings-Service.js",
        "Scripts/services/Customer-Service.js",
        "Scripts/services/Data-Service.js",
        "Scripts/services/Status-Service.js",
        "Scripts/services/Language-Service.js",
        "Scripts/services/Rule-Service.js",
        "Scripts/services/Modal-Service.js",
        "Scripts/services/TemplateData-Service.js",
        "Scripts/services/Note-Service.js",
        "Scripts/services/Task-Service.js",
        "Scripts/services/Event-Service.js",
        "Scripts/services/CubeModule-Service.js",
        "Scripts/services/CustomTerminology-Service.js",
        "Scripts/services/PublishedGapAnalysis-Service.js",
        "Scripts/services/FileDownload-Service.js",
        "Scripts/services/Inventory-Service.js",
        "Scripts/services/CategoryTag-Service.js",
        "Scripts/services/CategoryNav-Service.js",
        "Scripts/services/CategoryAlias-Service.js",
        "Scripts/services/Requirement-Service.js",
        "Scripts/services/Schedule-Service.js",
        "Scripts/services/DashBoard-Service.js",
        "Scripts/services/AskAnExpert-Service.js",
        "Scripts/ckeditor/ckeditor.js",
        "Scripts/modules/Main-App.js",
        "Scripts/modules/oidc.js",
        "Scripts/services/Tree-Factory.js",
        "Scripts/services/Tag-Service.js",
        "Scripts/services/Category-Service.js",
        "Scripts/services/CategoryTree-Service.js",
        "Scripts/services/Jurisdiction-Service.js",
        "Scripts/directives/Common-Directives.js",
        "Scripts/directives/complianceSummary.ts",
        "Areas/Main/Scripts/App-Config.js",
        "Areas/Main/Scripts/controllers/*.ts",
        "Areas/Main/Scripts/controllers/schedule/*.ts",
        "Areas/Main/Scripts/controllers/category/*.ts"
    ],

    tests: [
        "Areas/Main/Tests/**/schedule-controller2.spec.ts",
        "Areas/Main/Tests/config.spec.ts"
    ],
    debug: true,
    workers: {
        initial: 1,
        regular: 1
    }
};

};

jmwnoble commented 9 years ago

For completeness, here is the output:

wallaby.js started
core v1.0.84
wallaby config loading...
Mon, 10 Aug 2015 13:10:13 GMT wallaby:project File cache: C:\Users\JeremyNoble\AppData\Local\Temp\.wallaby\projects\mufCeC3iwadPnvkPfl7FIl1MaTs=\cache
Mon, 10 Aug 2015 13:10:13 GMT wallaby:project Config file change detected, invalidating local cache
Mon, 10 Aug 2015 13:10:13 GMT wallaby:workers Parallelism for initial run: 1, for regular run: 1
Mon, 10 Aug 2015 13:10:13 GMT wallaby:workers Starting run worker instance #0
Mon, 10 Aug 2015 13:10:13 GMT wallaby:workers Web server is listening at 2729
Mon, 10 Aug 2015 13:10:13 GMT wallaby:project File cache requires some updates, waiting required files from IDE
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/App-Config.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Areas/Main/Tests/config.spec.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/adf-structures-base.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/adf-widget-clock.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-animate.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-cookie.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-cookies.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-dashboard-framework.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-file-upload.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-form-builder-components.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-form-builder.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-loader.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-mocks.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-resource.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-route.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-sanitize.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-strap.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-strap.tpl.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-ui/ui-bootstrap-tpls.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-ui/ui-bootstrap.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-ui-router.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-validator-rules.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-validator.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-webstorage-utils.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project File Scripts/angular-webstorage.js changes are patches only: false
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Preparing to process Scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:14 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-route.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:workers Started run worker instance (immediate) #0
wallaby config loading...
wallaby config loading...
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-ui/ui-bootstrap-tpls.js
wallaby config loading...
wallaby config loading...
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/adf-structures-base.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-ui/ui-bootstrap-tpls.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/adf-widget-clock.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-animate.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-cookie.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-cookies.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Areas/Main/Scripts/App-Config.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Preparing to process Areas/Main/Tests/config.spec.ts
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-dashboard-framework.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-file-upload.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-form-builder-components.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-form-builder.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-route.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-loader.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-mocks.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-resource.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:15 GMT wallaby:project Instrumenting Scripts/angular-route.js, via process pool: true
Mon, 10 Aug 2015 13:10:15 GMT wallaby:processor No compilers found for Scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-sanitize.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:processor No compilers found for Scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-strap.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:processor No compilers found for Scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-strap.tpl.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:processor No compilers found for Scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-ui/ui-bootstrap.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:processor No compilers found for Scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-ui-router.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:processor No compilers found for Scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-validator-rules.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-validator.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Preparing to process Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-webstorage-utils.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Scripts/angular-webstorage.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project No preprocessors configured for Scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Writing to disk and caching processed file Scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project No preprocessors configured for Scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project No preprocessors configured for Scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:processor No compilers found for Areas/Main/Scripts/App-Config.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:processor No compilers found for Areas/Main/Tests/config.spec.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project No preprocessors configured for Scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Writing to disk and caching processed file Scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Instrumenting Areas/Main/Scripts/App-Config.js, via process pool: true
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project File Areas/Main/Tests/config.spec.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project No preprocessors configured for Areas/Main/Tests/config.spec.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Tests/config.spec.ts
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project File Scripts/adf-structures-base.js changes saved, store ts: 635747795276321200, change ts: 1439212214222
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project File Areas/Main/Tests/config.spec.ts changes saved, store ts: 635747062333356800, change ts: 1439212214211
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project File Scripts/angular-cookie.js changes saved, store ts: 635740785292069900, change ts: 1439212214260
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project File Scripts/angular-cookies.js changes saved, store ts: 635675303740000000, change ts: 1439212214272
Mon, 10 Aug 2015 13:10:16 GMT wallaby:project File Scripts/adf-widget-clock.js changes saved, store ts: 635747795276477000, change ts: 1439212214234
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-dashboard-framework.js changes saved, store ts: 635747795276477000, change ts: 1439212214281
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-form-builder-components.js changes saved, store ts: 635675303740000000, change ts: 1439212214297
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-file-upload.js changes saved, store ts: 635675303740000000, change ts: 1439212214290
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-loader.js changes saved, store ts: 635675303740000000, change ts: 1439212214323
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-animate.js changes saved, store ts: 635675303740000000, change ts: 1439212214245
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-resource.js changes saved, store ts: 635675303740000000, change ts: 1439212214340
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-route.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-route.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-mocks.js changes saved, store ts: 635675303740000000, change ts: 1439212214330
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-route.js changes saved, store ts: 635675303740000000, change ts: 1439212214352
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts changes saved, store ts: 635747813356189600, change ts: 1439212214021
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-form-builder.js changes saved, store ts: 635675303740000000, change ts: 1439212214311
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Scripts/angular-strap.tpl.js changes saved, store ts: 635675303740000000, change ts: 1439212214385
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:17 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts
Mon, 10 Aug 2015 13:10:17 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts changes saved, store ts: 635747814768948700, change ts: 1439212214106
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Scripts/angular-sanitize.js changes saved, store ts: 635675303740000000, change ts: 1439212214364
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Scripts/angular-ui/ui-bootstrap-tpls.js changes saved, store ts: 635675303740000000, change ts: 1439212214397
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Scripts/angular-validator-rules.js changes saved, store ts: 635675303740000000, change ts: 1439212214460
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts changes saved, store ts: 635747813356346200, change ts: 1439212214034
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Scripts/angular-validator.js changes saved, store ts: 635675303740000000, change ts: 1439212214474
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts changes saved, store ts: 635747813356502100, change ts: 1439212214047
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts changes saved, store ts: 635747813356502100, change ts: 1439212214057
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts changes saved, store ts: 635747813356659100, change ts: 1439212214077
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts changes saved, store ts: 635747813356815000, change ts: 1439212214088
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts changes saved, store ts: 635747813356971900, change ts: 1439212214096
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts changes saved, store ts: 635747813357439600, change ts: 1439212214144
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts changes saved, store ts: 635747813357283300, change ts: 1439212214121
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:processor No compilers found for Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts changes saved, store ts: 635747815554136800, change ts: 1439212214158
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts changes saved, store ts: 635747813357596200, change ts: 1439212214170
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts changes saved, store ts: 635747815194767600, change ts: 1439212214131
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts changes saved, store ts: 635747813357596200, change ts: 1439212214184
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project No preprocessors configured for Scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts changes saved, store ts: 635747813357752000, change ts: 1439212214192
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts changes saved, store ts: 635747813357908900, change ts: 1439212214200
Mon, 10 Aug 2015 13:10:18 GMT wallaby:project File Scripts/angular-webstorage-utils.js changes saved, store ts: 635675303740000000, change ts: 1439212214485
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/angular-webstorage.js changes saved, store ts: 635675303740000000, change ts: 1439212214496
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project No preprocessors configured for Scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/angular-ui-router.js changes saved, store ts: 635675303740000000, change ts: 1439212214431
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project No preprocessors configured for Areas/Main/Scripts/App-Config.js
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project Writing to disk and caching processed file Areas/Main/Scripts/App-Config.js
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Areas/Main/Scripts/App-Config.js changes saved, store ts: 635747795269140500, change ts: 1439212214007
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project No preprocessors configured for Scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/angular-ui/ui-bootstrap.js changes saved, store ts: 635675303740000000, change ts: 1439212214414
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project No preprocessors configured for Scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project Writing to disk and caching processed file Scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/angular-strap.js changes saved, store ts: 635675303740000000, change ts: 1439212214372
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/angular.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/bootstrap.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/checklist-model.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/ckeditor/ckeditor.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/directives/Common-Directives.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/directives/complianceSummary.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/directives/highcharts/highcharts-ng.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/directives/nested-combobox/ng-nested-combobox.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/directives/ngTable/ng-table.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/Helpers.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/jquery-2.1.1.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/jquery.validate.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/modules/Main-App.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/modules/oidc.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/moment-with-locales.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/mustache.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/ngStorage.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/notification.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/oauth-ng.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/AskAnExpert-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Authentication-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Category-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/CategoryAlias-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/CategoryNav-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/CategoryTag-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/CategoryTree-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/CubeModule-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Customer-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/CustomTerminology-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Dashboard-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Data-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Event-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/FileDownload-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Inventory-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Jurisdiction-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Language-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Modal-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Note-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/PublishedGapAnalysis-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Requirement-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Rule-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Schedule-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Settings-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Status-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Tag-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:19 GMT wallaby:project File Scripts/services/Task-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File Scripts/services/TemplateData-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File Scripts/services/Tree-Factory.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File Scripts/services/User-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File Scripts/Sortable.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File Scripts/Enums.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File Scripts/underscore-min-1.8.3.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File Scripts/unsaved-changes-module.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/jquery-2.1.1.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/bootstrap.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/moment-with-locales.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-resource.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-route.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-mocks.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-animate.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-cookie.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-cookies.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-file-upload.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-form-builder.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-form-builder-components.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-loader.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-sanitize.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-strap.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-strap.tpl.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-ui-router.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-validator.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-validator-rules.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-webstorage.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-webstorage-utils.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-ui/ui-bootstrap.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-ui/ui-bootstrap-tpls.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/checklist-model.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/jquery.validate.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/mustache.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/notification.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/oauth-ng.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/underscore-min-1.8.3.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/unsaved-changes-module.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/Enums.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/directives/highcharts/highcharts-ng.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/Helpers.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/ngStorage.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/Sortable.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/angular-dashboard-framework.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/adf-structures-base.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/adf-widget-clock.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Authentication-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/User-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Settings-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Customer-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Data-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Status-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Language-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Rule-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Modal-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/TemplateData-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Note-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Task-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Event-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/CubeModule-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/CustomTerminology-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/PublishedGapAnalysis-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/FileDownload-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Inventory-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/CategoryTag-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/CategoryNav-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/CategoryAlias-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Requirement-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Schedule-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Dashboard-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/AskAnExpert-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/ckeditor/ckeditor.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/modules/Main-App.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/modules/oidc.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Tree-Factory.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Tag-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Category-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/CategoryTree-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/services/Jurisdiction-Service.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/directives/Common-Directives.js changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File scripts/directives/complianceSummary.ts changes are patches only: false
Mon, 10 Aug 2015 13:10:20 GMT wallaby:project File areas/main/scripts/App-Config.js changes are patches only: false
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:processor No compilers found for Scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:processor No compilers found for Scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:processor No compilers found for Scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/directives/nested-combobox/ng-nested-combobox.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:processor No compilers found for Scripts/directives/nested-combobox/ng-nested-combobox.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/directives/ngTable/ng-table.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/angular.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/directives/complianceSummary.ts
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/Helpers.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/mustache.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/notification.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/Sortable.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/Enums.ts
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process Scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-route.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Preparing to process scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:21 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/mustache.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/notification.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/Enums.ts
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/Helpers.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/Sortable.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process scripts/directives/complianceSummary.ts
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Instrumenting Scripts/directives/Common-Directives.js, via process pool: true
Mon, 10 Aug 2015 13:10:22 GMT wallaby:processor No compilers found for Scripts/directives/ngTable/ng-table.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Instrumenting Scripts/ckeditor/ckeditor.js, via process pool: true
Mon, 10 Aug 2015 13:10:22 GMT wallaby:processor No compilers found for Scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Instrumenting Scripts/directives/highcharts/highcharts-ng.js, via process pool: true
Mon, 10 Aug 2015 13:10:22 GMT wallaby:processor No compilers found for Scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Instrumenting Scripts/directives/nested-combobox/ng-nested-combobox.js, via process pool: true
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Preparing to process areas/main/scripts/App-Config.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Starting processor pool (if not yet started)
Mon, 10 Aug 2015 13:10:22 GMT wallaby:processor No compilers found for Scripts/angular.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Instrumenting Scripts/directives/ngTable/ng-table.js, via process pool: true
Mon, 10 Aug 2015 13:10:22 GMT wallaby:processor No compilers found for Scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Instrumenting Scripts/modules/Main-App.js, via process pool: true
Mon, 10 Aug 2015 13:10:22 GMT wallaby:processor No compilers found for Scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:22 GMT wallaby:project Instrumenting Scripts/services/AskAnExpert-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:22 GMT wallaby:processor No compilers found for Scripts/directives/complianceSummary.ts
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/angular.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/Helpers.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/bootstrap.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/checklist-model.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project File Scripts/directives/complianceSummary.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project No preprocessors configured for Scripts/directives/complianceSummary.ts
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Writing to disk and caching processed file Scripts/directives/complianceSummary.ts
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/Helpers.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/jquery.validate.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/mustache.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/jquery-2.1.1.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/notification.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/modules/oidc.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/moment-with-locales.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/mustache.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/ngStorage.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/notification.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/oauth-ng.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Authentication-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Category-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/CategoryAlias-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/CategoryNav-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/CategoryTag-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/CategoryTree-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/CubeModule-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Customer-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/CustomTerminology-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Dashboard-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Data-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Event-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/FileDownload-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Inventory-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Jurisdiction-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Language-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Modal-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Note-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/PublishedGapAnalysis-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Requirement-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Rule-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Schedule-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Settings-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Status-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Tag-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Task-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/Sortable.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/Enums.ts
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/TemplateData-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/Tree-Factory.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/services/User-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for Scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/Sortable.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project File Scripts/Enums.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project No preprocessors configured for Scripts/Enums.ts
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Writing to disk and caching processed file Scripts/Enums.ts
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/underscore-min-1.8.3.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting Scripts/unsaved-changes-module.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/jquery-2.1.1.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/bootstrap.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-route.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/moment-with-locales.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-resource.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-route.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-mocks.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-animate.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-cookie.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-cookies.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-file-upload.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-form-builder.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:processor No compilers found for scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-form-builder-components.js, via process pool: true
Mon, 10 Aug 2015 13:10:23 GMT wallaby:project Instrumenting scripts/angular-loader.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-sanitize.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-strap.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-strap.tpl.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-ui-router.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-validator.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-validator-rules.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-webstorage.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-webstorage-utils.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-ui/ui-bootstrap.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/mustache.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/checklist-model.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/notification.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-ui/ui-bootstrap-tpls.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/jquery.validate.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/mustache.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/notification.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/Enums.ts
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/oauth-ng.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/directives/complianceSummary.ts changes saved, store ts: 635747691065663000, change ts: 1439212219548
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/underscore-min-1.8.3.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/Helpers.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/unsaved-changes-module.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File scripts/Enums.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for scripts/Enums.ts
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/Sortable.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file scripts/Enums.ts
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/Enums.ts changes saved, store ts: 635747816132044300, change ts: 1439212220056
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/directives/highcharts/highcharts-ng.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/Helpers.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/ngStorage.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/Sortable.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/angular-dashboard-framework.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/adf-structures-base.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/adf-widget-clock.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Authentication-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/User-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Settings-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Customer-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Data-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Status-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Language-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Rule-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Modal-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/TemplateData-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Note-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File scripts/Enums.ts changes saved, store ts: 635747816132044300, change ts: 1439212220439
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Task-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Event-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/CubeModule-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/CustomTerminology-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/PublishedGapAnalysis-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/FileDownload-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Inventory-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/CategoryTag-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/CategoryNav-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/CategoryAlias-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Requirement-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Schedule-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Dashboard-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/AskAnExpert-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/ckeditor/ckeditor.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/modules/Main-App.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/modules/oidc.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Tree-Factory.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Tag-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Category-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for scripts/directives/complianceSummary.ts
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/CategoryTree-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/services/Jurisdiction-Service.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting scripts/directives/Common-Directives.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File scripts/directives/complianceSummary.ts is not instrumented by core
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for scripts/directives/complianceSummary.ts
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file scripts/directives/complianceSummary.ts
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for Scripts/directives/nested-combobox/ng-nested-combobox.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file Scripts/directives/nested-combobox/ng-nested-combobox.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:processor No compilers found for areas/main/scripts/App-Config.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Instrumenting areas/main/scripts/App-Config.js, via process pool: true
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for Scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file Scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File scripts/directives/complianceSummary.ts changes saved, store ts: 635747691065663000, change ts: 1439212220916
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for Scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file Scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for Scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file Scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/directives/nested-combobox/ng-nested-combobox.js changes saved, store ts: 635675303740000000, change ts: 1439212219569
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for Scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file Scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/directives/highcharts/highcharts-ng.js changes saved, store ts: 635675303740000000, change ts: 1439212219561
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/services/AskAnExpert-Service.js changes saved, store ts: 635740785286600000, change ts: 1439212219694
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/directives/Common-Directives.js changes saved, store ts: 635747795276633300, change ts: 1439212219537
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/modules/Main-App.js changes saved, store ts: 635747795275852000, change ts: 1439212219619
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for Scripts/directives/ngTable/ng-table.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file Scripts/directives/ngTable/ng-table.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for Scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file Scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project No preprocessors configured for Scripts/Helpers.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project Writing to disk and caching processed file Scripts/Helpers.js
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/Helpers.js changes saved, store ts: 635740785285380100, change ts: 1439212219588
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/directives/ngTable/ng-table.js changes saved, store ts: 635675303740000000, change ts: 1439212219576
Mon, 10 Aug 2015 13:10:24 GMT wallaby:project File Scripts/checklist-model.js changes saved, store ts: 635675303740000000, change ts: 1439212219516
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project No preprocessors configured for Scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project Writing to disk and caching processed file Scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project File Scripts/jquery.validate.js changes saved, store ts: 635675303760000000, change ts: 1439212219607
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project No preprocessors configured for Scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project Writing to disk and caching processed file Scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project File Scripts/bootstrap.js changes saved, store ts: 635675303740000000, change ts: 1439212219509
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project No preprocessors configured for Scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project Writing to disk and caching processed file Scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:25 GMT wallaby:project File Scripts/modules/oidc.js changes saved, store ts: 635740785286190000, change ts: 1439212219630
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/ngStorage.js changes saved, store ts: 635675303760000000, change ts: 1439212219663
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/mustache.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/mustache.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/notification.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/notification.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/jquery-2.1.1.js changes saved, store ts: 635675303760000000, change ts: 1439212219599
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/mustache.js changes saved, store ts: 635675303760000000, change ts: 1439212219649
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/notification.js changes saved, store ts: 635675303760000000, change ts: 1439212219674
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/moment-with-locales.js changes saved, store ts: 635675303760000000, change ts: 1439212219637
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/CategoryNav-Service.js changes saved, store ts: 635740785287050200, change ts: 1439212219738
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/oauth-ng.js changes saved, store ts: 635675303760000000, change ts: 1439212219683
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Authentication-Service.js changes saved, store ts: 635727672020000000, change ts: 1439212219704
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/CategoryAlias-Service.js changes saved, store ts: 635740785286930000, change ts: 1439212219730
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/CategoryTag-Service.js changes saved, store ts: 635740785287240000, change ts: 1439212219748
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Customer-Service.js changes saved, store ts: 635740785287950000, change ts: 1439212219776
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Category-Service.js changes saved, store ts: 635740785286789900, change ts: 1439212219722
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/CategoryTree-Service.js changes saved, store ts: 635740785287369900, change ts: 1439212219755
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Data-Service.js changes saved, store ts: 635740785288580000, change ts: 1439212219818
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/CubeModule-Service.js changes saved, store ts: 635740785287509900, change ts: 1439212219768
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/FileDownload-Service.js changes saved, store ts: 635740785288899800, change ts: 1439212219854
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/CustomTerminology-Service.js changes saved, store ts: 635740785287639900, change ts: 1439212219787
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Jurisdiction-Service.js changes saved, store ts: 635740785289260000, change ts: 1439212219869
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Inventory-Service.js changes saved, store ts: 635740785289150000, change ts: 1439212219861
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Note-Service.js changes saved, store ts: 635740785289689900, change ts: 1439212219900
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Language-Service.js changes saved, store ts: 635740785289420000, change ts: 1439212219883
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Event-Service.js changes saved, store ts: 635740785288799900, change ts: 1439212219844
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Modal-Service.js changes saved, store ts: 635740785289600000, change ts: 1439212219892
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/PublishedGapAnalysis-Service.js changes saved, store ts: 635740785289790000, change ts: 1439212219907
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Rule-Service.js changes saved, store ts: 635740785290289900, change ts: 1439212219934
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Schedule-Service.js changes saved, store ts: 635747020656890200, change ts: 1439212219942
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Requirement-Service.js changes saved, store ts: 635740785290050000, change ts: 1439212219922
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Settings-Service.js changes saved, store ts: 635747795276008400, change ts: 1439212219955
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Tag-Service.js changes saved, store ts: 635740785290810100, change ts: 1439212219982
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Task-Service.js changes saved, store ts: 635740785290949900, change ts: 1439212219990
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Status-Service.js changes saved, store ts: 635740785290629900, change ts: 1439212219972
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project No preprocessors configured for Scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/TemplateData-Service.js changes saved, store ts: 635740785291180000, change ts: 1439212220003
Mon, 10 Aug 2015 13:10:27 GMT wallaby:project File Scripts/services/Dashboard-Service.js changes saved, store ts: 635747795275852000, change ts: 1439212219802
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project No preprocessors configured for Scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project Writing to disk and caching processed file Scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project File Scripts/services/User-Service.js changes saved, store ts: 635740785291550000, change ts: 1439212220036
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project No preprocessors configured for Scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project Writing to disk and caching processed file Scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project File Scripts/services/Tree-Factory.js changes saved, store ts: 635740785291380200, change ts: 1439212220021
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project No preprocessors configured for Scripts/Sortable.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project Writing to disk and caching processed file Scripts/Sortable.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project File Scripts/Sortable.js changes saved, store ts: 635747795276165200, change ts: 1439212220045
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project No preprocessors configured for Scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project Writing to disk and caching processed file Scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project File Scripts/unsaved-changes-module.js changes saved, store ts: 635675303760000000, change ts: 1439212220083
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project No preprocessors configured for Scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project Writing to disk and caching processed file Scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project File Scripts/underscore-min-1.8.3.js changes saved, store ts: 635675303760000000, change ts: 1439212220070
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project No preprocessors configured for Scripts/angular.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project Writing to disk and caching processed file Scripts/angular.js
Mon, 10 Aug 2015 13:10:28 GMT wallaby:project File Scripts/angular.js changes saved, store ts: 635675303740000000, change ts: 1439212219501
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project No preprocessors configured for scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project Writing to disk and caching processed file scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project File scripts/bootstrap.js changes saved, store ts: 635675303740000000, change ts: 1439212220107
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project No preprocessors configured for scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project Writing to disk and caching processed file scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project File scripts/angular-resource.js changes saved, store ts: 635675303740000000, change ts: 1439212220143
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project No preprocessors configured for scripts/angular-route.js
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project Writing to disk and caching processed file scripts/angular-route.js
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project File scripts/angular-route.js changes saved, store ts: 635675303740000000, change ts: 1439212220151
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project No preprocessors configured for scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project Writing to disk and caching processed file scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:29 GMT wallaby:project File scripts/jquery-2.1.1.js changes saved, store ts: 635675303760000000, change ts: 1439212220099
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/moment-with-locales.js changes saved, store ts: 635675303760000000, change ts: 1439212220115
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-mocks.js changes saved, store ts: 635675303740000000, change ts: 1439212220159
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-cookies.js changes saved, store ts: 635675303740000000, change ts: 1439212220193
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-cookie.js changes saved, store ts: 635740785292069900, change ts: 1439212220182
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-animate.js changes saved, store ts: 635675303740000000, change ts: 1439212220173
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-form-builder-components.js changes saved, store ts: 635675303740000000, change ts: 1439212220229
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-file-upload.js changes saved, store ts: 635675303740000000, change ts: 1439212220204
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-loader.js changes saved, store ts: 635675303740000000, change ts: 1439212220246
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-sanitize.js changes saved, store ts: 635675303740000000, change ts: 1439212220262
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project No preprocessors configured for scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project Writing to disk and caching processed file scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-form-builder.js changes saved, store ts: 635675303740000000, change ts: 1439212220217
Mon, 10 Aug 2015 13:10:30 GMT wallaby:project File scripts/angular-strap.tpl.js changes saved, store ts: 635675303740000000, change ts: 1439212220286
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project No preprocessors configured for scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project Writing to disk and caching processed file scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project File scripts/angular-ui-router.js changes saved, store ts: 635675303740000000, change ts: 1439212220302
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project No preprocessors configured for scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project Writing to disk and caching processed file scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project No preprocessors configured for scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project Writing to disk and caching processed file scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project File scripts/angular-validator-rules.js changes saved, store ts: 635675303740000000, change ts: 1439212220320
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project File scripts/angular-validator.js changes saved, store ts: 635675303740000000, change ts: 1439212220312
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project No preprocessors configured for scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project Writing to disk and caching processed file scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project No preprocessors configured for scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project Writing to disk and caching processed file scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project File scripts/angular-webstorage-utils.js changes saved, store ts: 635675303740000000, change ts: 1439212220339
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project File scripts/angular-webstorage.js changes saved, store ts: 635675303740000000, change ts: 1439212220329
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project No preprocessors configured for scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project Writing to disk and caching processed file scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project No preprocessors configured for scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project Writing to disk and caching processed file scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:31 GMT wallaby:project File scripts/checklist-model.js changes saved, store ts: 635675303740000000, change ts: 1439212220365
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/angular-strap.js changes saved, store ts: 635675303740000000, change ts: 1439212220274
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/angular.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/angular.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/angular.js changes saved, store ts: 635675303740000000, change ts: 1439212220129
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/angular-ui/ui-bootstrap.js changes saved, store ts: 635675303740000000, change ts: 1439212220348
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/mustache.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/mustache.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/mustache.js changes saved, store ts: 635675303760000000, change ts: 1439212220387
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/notification.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/notification.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/notification.js changes saved, store ts: 635675303760000000, change ts: 1439212220398
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/oauth-ng.js changes saved, store ts: 635675303760000000, change ts: 1439212220405
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/jquery.validate.js changes saved, store ts: 635675303760000000, change ts: 1439212220374
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/unsaved-changes-module.js changes saved, store ts: 635675303760000000, change ts: 1439212220428
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/directives/highcharts/highcharts-ng.js changes saved, store ts: 635675303740000000, change ts: 1439212220448
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/Helpers.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/Helpers.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/ngStorage.js changes saved, store ts: 635675303760000000, change ts: 1439212220471
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/Helpers.js changes saved, store ts: 635740785285380100, change ts: 1439212220460
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project Writing to disk and caching processed file scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/adf-widget-clock.js changes saved, store ts: 635747795276477000, change ts: 1439212220525
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/angular-ui/ui-bootstrap-tpls.js changes saved, store ts: 635675303740000000, change ts: 1439212220358
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project File scripts/adf-structures-base.js changes saved, store ts: 635747795276321200, change ts: 1439212220505
Mon, 10 Aug 2015 13:10:32 GMT wallaby:project No preprocessors configured for scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Authentication-Service.js changes saved, store ts: 635727672020000000, change ts: 1439212220546
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/underscore-min-1.8.3.js changes saved, store ts: 635675303760000000, change ts: 1439212220415
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/Sortable.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/Sortable.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/Sortable.js changes saved, store ts: 635747795276165200, change ts: 1439212220480
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Settings-Service.js changes saved, store ts: 635747795276008400, change ts: 1439212220568
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/User-Service.js changes saved, store ts: 635740785291550000, change ts: 1439212220560
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Data-Service.js changes saved, store ts: 635740785288580000, change ts: 1439212220589
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Language-Service.js changes saved, store ts: 635740785289420000, change ts: 1439212220611
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Customer-Service.js changes saved, store ts: 635740785287950000, change ts: 1439212220580
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Status-Service.js changes saved, store ts: 635740785290629900, change ts: 1439212220598
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Modal-Service.js changes saved, store ts: 635740785289600000, change ts: 1439212220631
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Rule-Service.js changes saved, store ts: 635740785290289900, change ts: 1439212220623
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Note-Service.js changes saved, store ts: 635740785289689900, change ts: 1439212220652
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Task-Service.js changes saved, store ts: 635740785290949900, change ts: 1439212220662
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Event-Service.js changes saved, store ts: 635740785288799900, change ts: 1439212220678
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/TemplateData-Service.js changes saved, store ts: 635740785291180000, change ts: 1439212220641
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for Scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file Scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/CubeModule-Service.js changes saved, store ts: 635740785287509900, change ts: 1439212220687
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/FileDownload-Service.js changes saved, store ts: 635740785288899800, change ts: 1439212220717
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/PublishedGapAnalysis-Service.js changes saved, store ts: 635740785289790000, change ts: 1439212220701
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/CustomTerminology-Service.js changes saved, store ts: 635740785287639900, change ts: 1439212220694
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/angular-dashboard-framework.js changes saved, store ts: 635747795276477000, change ts: 1439212220492
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/CategoryTag-Service.js changes saved, store ts: 635740785287240000, change ts: 1439212220745
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Inventory-Service.js changes saved, store ts: 635740785289150000, change ts: 1439212220729
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/CategoryNav-Service.js changes saved, store ts: 635740785287050200, change ts: 1439212220758
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Requirement-Service.js changes saved, store ts: 635740785290050000, change ts: 1439212220774
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/CategoryAlias-Service.js changes saved, store ts: 635740785286930000, change ts: 1439212220765
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/AskAnExpert-Service.js changes saved, store ts: 635740785286600000, change ts: 1439212220810
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Schedule-Service.js changes saved, store ts: 635747020656890200, change ts: 1439212220790
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/modules/oidc.js changes saved, store ts: 635740785286190000, change ts: 1439212220846
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/modules/Main-App.js changes saved, store ts: 635747795275852000, change ts: 1439212220834
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Tag-Service.js changes saved, store ts: 635740785290810100, change ts: 1439212220864
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Tree-Factory.js changes saved, store ts: 635740785291380200, change ts: 1439212220855
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Category-Service.js changes saved, store ts: 635740785286789900, change ts: 1439212220875
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File Scripts/ckeditor/ckeditor.js changes saved, store ts: 635675303740000000, change ts: 1439212219527
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/CategoryTree-Service.js changes saved, store ts: 635740785287369900, change ts: 1439212220887
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Jurisdiction-Service.js changes saved, store ts: 635740785289260000, change ts: 1439212220896
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/services/Dashboard-Service.js changes saved, store ts: 635747795275852000, change ts: 1439212220800
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project File scripts/directives/Common-Directives.js changes saved, store ts: 635747795276633300, change ts: 1439212220907
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project No preprocessors configured for areas/main/scripts/App-Config.js
Mon, 10 Aug 2015 13:10:33 GMT wallaby:project Writing to disk and caching processed file areas/main/scripts/App-Config.js
Mon, 10 Aug 2015 13:10:34 GMT wallaby:project File areas/main/scripts/App-Config.js changes saved, store ts: 635747795269140500, change ts: 1439212220925
Mon, 10 Aug 2015 13:10:37 GMT wallaby:project No preprocessors configured for scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:37 GMT wallaby:project Writing to disk and caching processed file scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:37 GMT wallaby:project File scripts/ckeditor/ckeditor.js changes saved, store ts: 635675303740000000, change ts: 1439212220824
Mon, 10 Aug 2015 13:10:37 GMT wallaby:project Stopping process pool
Mon, 10 Aug 2015 13:10:37 GMT wallaby:project Running postprocessor
Mon, 10 Aug 2015 13:10:37 GMT wallaby:postprocessor New TypeScript language service is required
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Scripts\Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process scripts\Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Scripts\directives\complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process scripts\directives\complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\Approval-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\ApprovalDetail-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\Schedule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\ScheduleApprovalAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRules-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRulesAssignTask-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\ScheduleTaskList-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssigner-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:38 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\category\CategoryAlias-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\category\CategoryDetails-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\category\CategoryMapping-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\category\CategoryRequirements-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\category\CategoryRibbon-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\category\CategoryRule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Preparing to process Areas\Main\Scripts\controllers\category\CategorySearch-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Preparing to process Areas\Main\Tests\config.spec.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Scripts\Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Scripts\Enums.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled scripts\Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting scripts\Enums.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Scripts\directives\complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Scripts\directives\complianceSummary.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled scripts\directives\complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting scripts\directives\complianceSummary.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\Approval-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\Approval-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\ApprovalDetail-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\ApprovalDetail-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\Schedule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\Schedule-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\ScheduleApprovalAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\ScheduleApprovalAssignee-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRules-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRules-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRulesAssignTask-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRulesAssignTask-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\ScheduleTaskList-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\ScheduleTaskList-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssignee-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssigner-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssigner-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\category\CategoryAlias-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\category\CategoryAlias-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\category\CategoryDetails-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\category\CategoryDetails-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\category\CategoryMapping-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\category\CategoryMapping-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\category\CategoryRequirements-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\category\CategoryRequirements-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\category\CategoryRibbon-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\category\CategoryRibbon-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\category\CategoryRule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\category\CategoryRule-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Scripts\controllers\category\CategorySearch-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Scripts\controllers\category\CategorySearch-Controller.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Processing compiled Areas\Main\Tests\config.spec.ts.compiled.js
Mon, 10 Aug 2015 13:10:39 GMT wallaby:project Instrumenting Areas\Main\Tests\config.spec.ts.compiled.js, via process pool: false
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Scripts\Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for scripts\Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Scripts\directives\complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for scripts\directives\complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\Approval-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\ApprovalDetail-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\Schedule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\ScheduleApprovalAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRules-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRulesAssignTask-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\ScheduleTaskList-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssigner-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\category\CategoryAlias-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\category\CategoryDetails-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\category\CategoryMapping-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\category\CategoryRequirements-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\category\CategoryRibbon-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\category\CategoryRule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Scripts\controllers\category\CategorySearch-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project No preprocessors configured for Areas\Main\Tests\config.spec.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Scripts\Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file scripts\Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Scripts\directives\complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file scripts\directives\complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\Approval-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\ApprovalDetail-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\Schedule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\ScheduleApprovalAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRules-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\ScheduleSubmitRulesAssignTask-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\ScheduleTaskList-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\schedule\ScheduleTaskRuleReviewAssigner-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\category\CategoryAlias-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\category\CategoryDetails-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\category\CategoryMapping-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\category\CategoryRequirements-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\category\CategoryRibbon-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\category\CategoryRule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Scripts\controllers\category\CategorySearch-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Writing to disk and caching processed file Areas\Main\Tests\config.spec.ts.compiled.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Postprocessor execution finished
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Test run started; run priority: 3
Mon, 10 Aug 2015 13:10:40 GMT wallaby:project Running all tests
Mon, 10 Aug 2015 13:10:40 GMT wallaby:workers Starting test run, priority: 3
Mon, 10 Aug 2015 13:10:40 GMT wallaby:phantomRunner Starting sandbox [worker #0, session #o8fp9]
Mon, 10 Aug 2015 13:10:40 GMT wallaby:phantomRunner Preparing sandbox [worker #0, session #o8fp9]
Mon, 10 Aug 2015 13:10:40 GMT wallaby:phantomRunner Total files to load in sandbox: 169
Mon, 10 Aug 2015 13:10:40 GMT wallaby:phantomRunner Sandbox is generated [worker #0, session #o8fp9]: http://localhost:2729/wallaby_sandbox0.html
Mon, 10 Aug 2015 13:10:40 GMT wallaby:phantomRunner Creating page for worker #0
Mon, 10 Aug 2015 13:10:40 GMT wallaby:phantomRunner Phantom page created
Mon, 10 Aug 2015 13:10:40 GMT wallaby:phantomRunner Prepared sandbox [worker #0, session #o8fp9]
Mon, 10 Aug 2015 13:10:40 GMT wallaby:workers Running tests in sandbox [worker #0, session #o8fp9]
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve C:\Users\JeremyNoble\.wallaby\core\tracer.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving C:\Users\JeremyNoble\.wallaby\core\tracer.js from disk
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /jasmine@2.2.1/framework.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /jasmine@2.2.1/framework.js from disk
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /jasmine@2.1.3/configurator.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /jasmine@2.1.3/configurator.js from disk
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /jasmine@2.1.3/reporter.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /jasmine@2.1.3/reporter.js from disk
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/jquery-2.1.1.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/jquery-2.1.1.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/jquery-2.1.1.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/bootstrap.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/bootstrap.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/bootstrap.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/moment-with-locales.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-resource.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/moment-with-locales.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/moment-with-locales.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-route.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-route.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-resource.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-resource.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-route.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-route.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-mocks.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-cookie.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-cookie.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-cookie.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-mocks.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-mocks.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-animate.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-animate.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-animate.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-cookies.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-cookies.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-cookies.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-file-upload.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-form-builder.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-file-upload.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-file-upload.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-form-builder-components.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-form-builder-components.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-form-builder-components.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-loader.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-form-builder.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-form-builder.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-loader.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-loader.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-sanitize.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-strap.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-sanitize.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-sanitize.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-strap.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-strap.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /Scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /Scripts/angular-strap.tpl.js from cache
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Preparing to serve /scripts/angular-strap.tpl.js
Mon, 10 Aug 2015 13:10:40 GMT wallaby:middleware Serving /scripts/angular-strap.tpl.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/angular-ui-router.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/angular-ui-router.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/angular-ui-router.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/angular-validator.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/angular-validator.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/angular-validator.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/angular-validator-rules.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/angular-validator-rules.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/angular-validator-rules.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/angular-webstorage.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/angular-webstorage.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/angular-webstorage.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/angular-webstorage-utils.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/angular-webstorage-utils.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/angular-webstorage-utils.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/angular-ui/ui-bootstrap.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/angular-ui/ui-bootstrap.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/angular-ui/ui-bootstrap.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/angular-ui/ui-bootstrap-tpls.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/angular-ui/ui-bootstrap-tpls.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/angular-ui/ui-bootstrap-tpls.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/checklist-model.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/checklist-model.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/checklist-model.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/jquery.validate.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/jquery.validate.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/jquery.validate.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/mustache.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/mustache.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/mustache.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/mustache.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/notification.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/notification.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/notification.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/notification.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/oauth-ng.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/oauth-ng.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/oauth-ng.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/underscore-min-1.8.3.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/underscore-min-1.8.3.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/underscore-min-1.8.3.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/unsaved-changes-module.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/unsaved-changes-module.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/unsaved-changes-module.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/Enums.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/Enums.ts.compiled.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/Enums.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/directives/ngTable/ng-table.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/directives/ngTable/ng-table.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/directives/highcharts/highcharts-ng.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/directives/highcharts/highcharts-ng.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/directives/highcharts/highcharts-ng.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/directives/nested-combobox/ng-nested-combobox.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/directives/nested-combobox/ng-nested-combobox.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/Helpers.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/Helpers.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/Helpers.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/Helpers.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/ngStorage.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/ngStorage.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/ngStorage.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/Sortable.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/Sortable.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/Sortable.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/Sortable.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/angular-dashboard-framework.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /scripts/angular-dashboard-framework.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /scripts/angular-dashboard-framework.js from cache
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Preparing to serve /Scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:41 GMT wallaby:middleware Serving /Scripts/adf-structures-base.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/adf-structures-base.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/adf-structures-base.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/adf-widget-clock.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/adf-widget-clock.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/adf-widget-clock.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Authentication-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Authentication-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Authentication-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/User-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/User-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/User-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Settings-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Settings-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Settings-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Customer-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Customer-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Customer-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Data-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Data-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Data-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Status-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Status-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Status-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Language-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Language-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Language-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Rule-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Rule-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Rule-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Modal-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Modal-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Modal-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/TemplateData-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/TemplateData-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/TemplateData-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Note-Service.js from cache
console.log: WARNING: Tried to load angular more than once.
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Note-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Note-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Task-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Task-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Task-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Event-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Event-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Event-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/CubeModule-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/CubeModule-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/CubeModule-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/CustomTerminology-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/CustomTerminology-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/CustomTerminology-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/PublishedGapAnalysis-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/PublishedGapAnalysis-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/PublishedGapAnalysis-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/FileDownload-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/FileDownload-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/FileDownload-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Inventory-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Inventory-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Inventory-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/CategoryTag-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/CategoryTag-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/CategoryTag-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/CategoryNav-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/CategoryNav-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/CategoryNav-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/CategoryAlias-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/CategoryAlias-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/CategoryAlias-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Requirement-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Requirement-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Requirement-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Schedule-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Schedule-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Schedule-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Dashboard-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Dashboard-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Dashboard-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/AskAnExpert-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/AskAnExpert-Service.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/AskAnExpert-Service.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/ckeditor/ckeditor.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/ckeditor/ckeditor.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/ckeditor/ckeditor.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/modules/Main-App.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/modules/Main-App.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/modules/Main-App.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/modules/oidc.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/modules/oidc.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/modules/oidc.js from cache
console.log: loading enums
console.log: loading enums
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /Scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /Scripts/services/Tree-Factory.js from cache
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Preparing to serve /scripts/services/Tree-Factory.js
Mon, 10 Aug 2015 13:10:42 GMT wallaby:middleware Serving /scripts/services/Tree-Factory.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Scripts/services/Tag-Service.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /scripts/services/Tag-Service.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /scripts/services/Tag-Service.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Scripts/services/Category-Service.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /scripts/services/Category-Service.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /scripts/services/Category-Service.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Scripts/services/CategoryTree-Service.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /scripts/services/CategoryTree-Service.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /scripts/services/CategoryTree-Service.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Scripts/services/Jurisdiction-Service.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /scripts/services/Jurisdiction-Service.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /scripts/services/Jurisdiction-Service.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Scripts/directives/Common-Directives.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /scripts/directives/Common-Directives.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /scripts/directives/Common-Directives.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Scripts/directives/complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Scripts/directives/complianceSummary.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /scripts/directives/complianceSummary.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /scripts/directives/complianceSummary.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/App-Config.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/App-Config.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /areas/main/scripts/App-Config.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /areas/main/scripts/App-Config.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/Approval-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/ApprovalDetail-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/Schedule-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/ScheduleApprovalAssignee-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRules-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/ScheduleSubmitRulesAssignTask-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/ScheduleTaskList-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssignee-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/schedule/ScheduleTaskRuleReviewAssigner-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/category/CategoryAlias-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/category/CategoryDetails-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/category/CategoryMapping-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/category/CategoryRequirements-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/category/CategoryRibbon-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/category/CategoryRule-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Scripts/controllers/category/CategorySearch-Controller.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /Areas/Main/Tests/config.spec.ts.compiled.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /Areas/Main/Tests/config.spec.ts.compiled.js from cache
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Preparing to serve /jasmine@2.1.3/starter.js
Mon, 10 Aug 2015 13:10:43 GMT wallaby:middleware Serving /jasmine@2.1.3/starter.js from disk
Mon, 10 Aug 2015 13:10:44 GMT wallaby:workers Loaded 1 test(s)
Mon, 10 Aug 2015 13:10:44 GMT wallaby:workers Test executed: will always be true
Mon, 10 Aug 2015 13:10:44 GMT wallaby:workers Run 1 test(s), skipped 0 test(s)
Mon, 10 Aug 2015 13:10:44 GMT wallaby:workers Sandbox [o8fp9] is responsive, closing it
Finished executing 1 affected test(s)
Mon, 10 Aug 2015 13:10:44 GMT wallaby:project Test run finished
Mon, 10 Aug 2015 13:10:44 GMT wallaby:project Processed console.log entries
Mon, 10 Aug 2015 13:10:44 GMT wallaby:project Processed executed tests
Mon, 10 Aug 2015 13:10:44 GMT wallaby:project Processed code coverage
Mon, 10 Aug 2015 13:10:44 GMT wallaby:project Test run result processed and sent to IDE
ArtemGovorov commented 9 years ago

Please restart your VS and start wallaby.js, it'll prompt you to install new version - the bug should be fixed there. Let me know if it works for you now.

ArtemGovorov commented 9 years ago

On an unrelated note, I have noticed that all your files are instrumented. You may consider setting instrument: false flag for those files that you are not changing and don't really need the code coverage for (such as libraries, helpers, etc.). It'll allow wallaby to start up and run your tests even faster.

return {
    files: [
        {pattern: "Scripts/jquery-2.1.1.js", instrument: false},
        {pattern: "Scripts/bootstrap.js", instrument: false},
        {pattern: "Scripts/moment-with-locales.js", instrument: false},
        {pattern: "Scripts/angular.js", instrument: false},
        ...

You may use a small helper function like here to make it less verbose.

jmwnoble commented 9 years ago

Thanks Artem. I had to uninstall to get it to update, but now it is working (although says same version number). And thanks for the tip re instrumentation...

ArtemGovorov commented 9 years ago

@jmwnoble

same version number

Yes, it's expected. We have rolled back to a previous version while we are investigating and fixing the issue. Will release the fixed new version soon.