born2net / Angular-kitchen-sink

:rocket: Angular - learn by example
http://ng.javascriptninja.io
754 stars 146 forks source link

`gulp production` fails with `An error occured in task 'x_bundle'` #17

Closed jakeNiemiec closed 8 years ago

jakeNiemiec commented 8 years ago

$ gulp production fails with An error occured in task 'x_bundle'

✘ jakeniemiec@Sat  ~/RubymineProjects/ng2Boilerplate   master ●  gulp production
[15:30:17] Using gulpfile ~/RubymineProjects/ng2Boilerplate/gulpfile.js
[15:30:17] Starting 'production'...
[15:30:17] Starting 'x_clean'...
[15:30:17] Finished 'x_clean' after 128 ms
[15:30:17] Starting 'x_assets'...
[15:30:17] Finished 'x_assets' after 18 ms
[15:30:17] Starting 'x_copy_files'...
[15:30:23] Finished 'x_copy_files' after 6.3 s
[15:30:23] Starting 'x_build-ts'...
src/comps/logo/Logo.ts(38,31): error TS2339: Property 'of' does not exist on type 'typeof Observable'.
src/comps/logo/Logo.ts(41,31): error TS2339: Property 'of' does not exist on type 'typeof Observable'.
src/services/CustomHTTP.ts(27,14): error TS2339: Property 'retryWhen' does not exist on type 'Observable<Response>'.
src/services/CustomHTTP.ts(48,14): error TS2339: Property 'finally' does not exist on type 'Observable<any>'.
src/services/WikiService.ts(15,14): error TS2339: Property 'toPromise' does not exist on type 'Observable<Response>'.
[15:30:26] TypeScript: 5 semantic errors
[15:30:26] TypeScript: emit succeeded (with errors)
[15:30:26] Finished 'x_build-ts' after 3.02 s
[15:30:26] Starting 'x_copy'...
[15:30:26] Finished 'x_copy' after 576 μs
[15:30:26] Starting 'x_bundle'...
     Building the bundle tree for src/App.js...

err  Source ng2Boilerplater/App.js has multiple anonymous System.register calls.

[15:30:27] 'x_bundle' errored after 1.35 s
[15:30:27] Error: Command `jspm bundle src/App.js ./dist/index.js --skip-source-maps` failed with exit code 1
    at ChildProcess.exithandler (child_process.js:202:12)
    at emitTwo (events.js:100:13)
    at ChildProcess.emit (events.js:185:7)
    at maybeClose (internal/child_process.js:850:16)
    at Socket.<anonymous> (internal/child_process.js:323:11)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at Pipe._onclose (net.js:475:12)
An error occured in task 'x_bundle'.
[15:30:27] 'production' errored after 11 s
[15:30:27] Error in plugin 'run-sequence'
Message:
    An error occured in task 'x_bundle'.
 ✘ jakeniemiec@Sat  ~/RubymineProjects/ng2Boilerplate   master ● 
born2net commented 8 years ago

ha yes :) fixed now!

jakeNiemiec commented 8 years ago

@born2net now I just get this: image image

 ✘ jakeniemiec@Sat  ~/RubymineProjects/ng2Boilerplate   master ●  gulp production
[15:41:12] Using gulpfile ~/RubymineProjects/ng2Boilerplate/gulpfile.js
[15:41:12] Starting 'production'...
[15:41:12] Starting 'x_clean'...
[15:41:13] Finished 'x_clean' after 154 ms
[15:41:13] Starting 'x_assets'...
[15:41:13] Finished 'x_assets' after 18 ms
[15:41:13] Starting 'x_copy_files'...
[15:41:19] Finished 'x_copy_files' after 6.43 s
[15:41:19] Starting 'x_build-ts'...
src/comps/logo/Logo.ts(38,31): error TS2339: Property 'of' does not exist on type 'typeof Observable'.
src/comps/logo/Logo.ts(41,31): error TS2339: Property 'of' does not exist on type 'typeof Observable'.
src/services/CustomHTTP.ts(27,14): error TS2339: Property 'retryWhen' does not exist on type 'Observable<Response>'.
src/services/CustomHTTP.ts(48,14): error TS2339: Property 'finally' does not exist on type 'Observable<any>'.
src/services/WikiService.ts(15,14): error TS2339: Property 'toPromise' does not exist on type 'Observable<Response>'.
[15:41:22] TypeScript: 5 semantic errors
[15:41:22] TypeScript: emit succeeded (with errors)
[15:41:22] Finished 'x_build-ts' after 3.08 s
[15:41:22] Starting 'x_copy'...
[15:41:22] Finished 'x_copy' after 767 μs
[15:41:22] Starting 'x_bundle'...
     Building the bundle tree for src/App.js...

       github:frankwallis/plugin-typescript@4.0.16.json
       github:jspm/nodelibs-process@0.2.0-alpha.json
       github:jspm/nodelibs-process@0.2.0-alpha/process.js
       github:systemjs/plugin-css@0.1.21.json
       github:twbs/bootstrap@3.3.6.json
       github:twbs/bootstrap@3.3.6/dist/css/bootstrap.css!github:systemjs/plugin-css@0.1.21/css.js
       github:twbs/bootstrap@3.3.6/dist/js/bootstrap.js
       ng2Boilerplater/App.js
       ng2Boilerplater/Conts.ts
       ng2Boilerplater/Lib.ts
       ng2Boilerplater/actions/AppdbAction.ts
       ng2Boilerplater/comps/app1/App1.ts
       ng2Boilerplater/comps/app1/help/Help.ts
       ng2Boilerplater/comps/app1/help/contributors/MyChart.ts
       ng2Boilerplater/comps/app1/help/contributors/contributors.ts
       ng2Boilerplater/comps/app1/settings/Settings.ts
       ng2Boilerplater/comps/app1/todos/Todo1.ts
       ng2Boilerplater/comps/app1/todos/Todo2.ts
       ng2Boilerplater/comps/app1/todos/TodoModel.ts
       ng2Boilerplater/comps/app1/todos/TodoService.ts
       ng2Boilerplater/comps/app1/todos/TodoStatsModel.ts
       ng2Boilerplater/comps/app1/todos/Todoitem.ts
       ng2Boilerplater/comps/app1/todos/Todolist.ts
       ng2Boilerplater/comps/app1/todos/Todos.ts
       ng2Boilerplater/comps/app1/todos/actions/TodoAction.ts
       ng2Boilerplater/comps/app1/todos/reducers/TodoReducer.ts
       ng2Boilerplater/comps/app2/App2.ts
       ng2Boilerplater/comps/app2/contact/Contact.ts
       ng2Boilerplater/comps/app2/notes/Notes.ts
       ng2Boilerplater/comps/app2/notes/Notes1.ts
       ng2Boilerplater/comps/app2/notes/Notes1Props.ts
       ng2Boilerplater/comps/app2/notes/Notes2.ts
       ng2Boilerplater/comps/app2/notes/Notes3.ts
       ng2Boilerplater/comps/app2/notes/Notes4.ts
       ng2Boilerplater/comps/app2/notes/Notes5.ts
       ng2Boilerplater/comps/app2/notes/NotesBase.ts
       ng2Boilerplater/comps/app2/notes/NotesDetails.ts
       ng2Boilerplater/comps/app2/notes/NotesDetailsItems.ts
       ng2Boilerplater/comps/app2/properties/Properties.ts
       ng2Boilerplater/comps/app2/weather/SortableHeader.ts
       ng2Boilerplater/comps/app2/weather/Weather.ts
       ng2Boilerplater/comps/app2/weather/WeatherService.ts
       ng2Boilerplater/comps/app3/App3.ts
       ng2Boilerplater/comps/app3/starwars/Starwars.ts
       ng2Boilerplater/comps/app3/starwars/actions/cart-actions.ts
       ng2Boilerplater/comps/app3/starwars/actions/film-actions.ts
       ng2Boilerplater/comps/app3/starwars/actions/part-actions.ts
       ng2Boilerplater/comps/app3/starwars/actions/user-actions.ts
       ng2Boilerplater/comps/app3/starwars/components/add-part-view.ts
       ng2Boilerplater/comps/app3/starwars/components/admin-component.ts
       ng2Boilerplater/comps/app3/starwars/components/cart-view.ts
       ng2Boilerplater/comps/app3/starwars/components/film-selection-view.ts
       ng2Boilerplater/comps/app3/starwars/components/film-view.ts
       ng2Boilerplater/comps/app3/starwars/components/films-component.ts
       ng2Boilerplater/comps/app3/starwars/components/parts-view.ts
       ng2Boilerplater/comps/app3/starwars/components/shopping-component.ts
       ng2Boilerplater/comps/app3/starwars/components/user-view.ts
       ng2Boilerplater/comps/app3/starwars/components/users-view.ts
       ng2Boilerplater/comps/app3/starwars/reducers/cart-reducer.ts
       ng2Boilerplater/comps/app3/starwars/reducers/films-reducer.ts
       ng2Boilerplater/comps/app3/starwars/reducers/part-reducer.ts
       ng2Boilerplater/comps/app3/starwars/reducers/parts-reducer.ts
       ng2Boilerplater/comps/app3/starwars/reducers/users-reducer.ts
       ng2Boilerplater/comps/appmanager/AppManager.ts
       ng2Boilerplater/comps/countdown/CountDown.ts
       ng2Boilerplater/comps/digg/Digg.ts
       ng2Boilerplater/comps/digg/DiggLoader.ts
       ng2Boilerplater/comps/displayerror/DisplayError.ts
       ng2Boilerplater/comps/dividerpanel/DividerPanel.ts
       ng2Boilerplater/comps/entry/EntryPanel.ts
       ng2Boilerplater/comps/entry/ForgotPass.ts
       ng2Boilerplater/comps/entry/LoginPanel.ts
       ng2Boilerplater/comps/filemenu/Filemenu.ts
       ng2Boilerplater/comps/filemenu/FilemenuItem.ts
       ng2Boilerplater/comps/footer/Footer.ts
       ng2Boilerplater/comps/logo/Logo.ts
       ng2Boilerplater/comps/logout/Logout.ts
       ng2Boilerplater/comps/minitabs/Minitab.ts
       ng2Boilerplater/comps/minitabs/Minitabs.ts
       ng2Boilerplater/comps/modaldialog/ModalDialog.ts
       ng2Boilerplater/comps/myip/Myip.ts
       ng2Boilerplater/comps/ng2-highcharts/ng2-highcharts.ts
       ng2Boilerplater/comps/ng2-highcharts/src/directives/ng2-highcharts.ts
       ng2Boilerplater/comps/ng2-highcharts/src/directives/ng2-highmaps.ts
       ng2Boilerplater/comps/ng2-highcharts/src/directives/ng2-highstocks.ts
       ng2Boilerplater/comps/nodelogger/Nodelogger.ts
       ng2Boilerplater/comps/sidemenu/Menu.ts
       ng2Boilerplater/comps/sidemenu/MenuItem.ts
       ng2Boilerplater/comps/simplelist/Simplelist.ts
       ng2Boilerplater/comps/sliderpanel/Sliderpanel.ts
       ng2Boilerplater/comps/tabs/tab.ts
       ng2Boilerplater/comps/tabs/tabs.ts
       ng2Boilerplater/comps/trimmedinput/TrimmedInput.ts
       ng2Boilerplater/comps/welcome/Welcome.ts
       ng2Boilerplater/models/MailModel.ts
       ng2Boilerplater/models/StoreModel.ts
       ng2Boilerplater/models/StyleModel.ts
       ng2Boilerplater/pipes/CharCount.ts
       ng2Boilerplater/pipes/OrderBy.ts
       ng2Boilerplater/reducers/AppdbReducer.ts
       ng2Boilerplater/reducers/NotifyReducer.ts
       ng2Boilerplater/services/AppInjService.ts
       ng2Boilerplater/services/AuthService.ts
       ng2Boilerplater/services/CommBroker.ts
       ng2Boilerplater/services/LocalStorage.ts
       ng2Boilerplater/styles/StyleService.ts
       ng2Boilerplater/styles/style.css!github:systemjs/plugin-css@0.1.21/css.js
       ng2Boilerplater/validators/NameTakenValidator.ts
       ng2Boilerplater/validators/StartCapValidator.ts
       node_modules/@angular/http/http.js
       node_modules/@angular/http/index.js
       node_modules/@angular/http/src/backends/browser_jsonp.js
       node_modules/@angular/http/src/backends/browser_xhr.js
       node_modules/@angular/http/src/backends/jsonp_backend.js
       node_modules/@angular/http/src/backends/xhr_backend.js
       node_modules/@angular/http/src/base_request_options.js
       node_modules/@angular/http/src/base_response_options.js
       node_modules/@angular/http/src/enums.js
       node_modules/@angular/http/src/facade/base_wrapped_exception.js
       node_modules/@angular/http/src/facade/collection.js
       node_modules/@angular/http/src/facade/exception_handler.js
       node_modules/@angular/http/src/facade/exceptions.js
       node_modules/@angular/http/src/facade/lang.js
       node_modules/@angular/http/src/headers.js
       node_modules/@angular/http/src/http.js
       node_modules/@angular/http/src/http_utils.js
       node_modules/@angular/http/src/interfaces.js
       node_modules/@angular/http/src/static_request.js
       node_modules/@angular/http/src/static_response.js
       node_modules/@angular/http/src/url_search_params.js
       node_modules/@angular/router/index.js
       node_modules/@angular/router/src/constants.js
       node_modules/@angular/router/src/core_private.js
       node_modules/@angular/router/src/directives/router_link.js
       node_modules/@angular/router/src/directives/router_outlet.js
       node_modules/@angular/router/src/facade/async.js
       node_modules/@angular/router/src/facade/base_wrapped_exception.js
       node_modules/@angular/router/src/facade/collection.js
       node_modules/@angular/router/src/facade/exception_handler.js
       node_modules/@angular/router/src/facade/exceptions.js
       node_modules/@angular/router/src/facade/lang.js
       node_modules/@angular/router/src/facade/promise.js
       node_modules/@angular/router/src/lifecycle_reflector.js
       node_modules/@angular/router/src/link.js
       node_modules/@angular/router/src/metadata/decorators.js
       node_modules/@angular/router/src/metadata/metadata.js
       node_modules/@angular/router/src/recognize.js
       node_modules/@angular/router/src/router.js
       node_modules/@angular/router/src/router_providers.js
       node_modules/@angular/router/src/router_providers_common.js
       node_modules/@angular/router/src/router_url_serializer.js
       node_modules/@angular/router/src/segments.js
       npm:@angular/common@2.0.0-rc.1.json
       npm:@angular/common@2.0.0-rc.1/index.js
       npm:@angular/common@2.0.0-rc.1/src/common_directives.js
       npm:@angular/common@2.0.0-rc.1/src/directives.js
       npm:@angular/common@2.0.0-rc.1/src/directives/core_directives.js
       npm:@angular/common@2.0.0-rc.1/src/directives/ng_class.js
       npm:@angular/common@2.0.0-rc.1/src/directives/ng_for.js
       npm:@angular/common@2.0.0-rc.1/src/directives/ng_if.js
       npm:@angular/common@2.0.0-rc.1/src/directives/ng_plural.js
       npm:@angular/common@2.0.0-rc.1/src/directives/ng_style.js
       npm:@angular/common@2.0.0-rc.1/src/directives/ng_switch.js
       npm:@angular/common@2.0.0-rc.1/src/directives/ng_template_outlet.js
       npm:@angular/common@2.0.0-rc.1/src/directives/observable_list_diff.js
       npm:@angular/common@2.0.0-rc.1/src/facade/async.js
       npm:@angular/common@2.0.0-rc.1/src/facade/base_wrapped_exception.js
       npm:@angular/common@2.0.0-rc.1/src/facade/collection.js
       npm:@angular/common@2.0.0-rc.1/src/facade/exception_handler.js
       npm:@angular/common@2.0.0-rc.1/src/facade/exceptions.js
       npm:@angular/common@2.0.0-rc.1/src/facade/intl.js
       npm:@angular/common@2.0.0-rc.1/src/facade/lang.js
       npm:@angular/common@2.0.0-rc.1/src/facade/promise.js
       npm:@angular/common@2.0.0-rc.1/src/forms.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/abstract_control_directive.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/checkbox_value_accessor.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/control_container.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/control_value_accessor.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/default_value_accessor.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/ng_control.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/ng_control_group.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/ng_control_name.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/ng_control_status.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/ng_form.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/ng_form_control.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/ng_form_model.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/ng_model.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/normalize_validator.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/number_value_accessor.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/radio_control_value_accessor.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/select_control_value_accessor.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/shared.js
       npm:@angular/common@2.0.0-rc.1/src/forms/directives/validators.js
       npm:@angular/common@2.0.0-rc.1/src/forms/form_builder.js
       npm:@angular/common@2.0.0-rc.1/src/forms/model.js
       npm:@angular/common@2.0.0-rc.1/src/forms/validators.js
       npm:@angular/common@2.0.0-rc.1/src/location.js
       npm:@angular/common@2.0.0-rc.1/src/location/hash_location_strategy.js
       npm:@angular/common@2.0.0-rc.1/src/location/location.js
       npm:@angular/common@2.0.0-rc.1/src/location/location_strategy.js
       npm:@angular/common@2.0.0-rc.1/src/location/path_location_strategy.js
       npm:@angular/common@2.0.0-rc.1/src/location/platform_location.js
       npm:@angular/common@2.0.0-rc.1/src/pipes.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/async_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/common_pipes.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/date_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/i18n_plural_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/i18n_select_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/invalid_pipe_argument_exception.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/json_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/lowercase_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/number_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/replace_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/slice_pipe.js
       npm:@angular/common@2.0.0-rc.1/src/pipes/uppercase_pipe.js
       npm:@angular/compiler@2.0.0-rc.1.json
       npm:@angular/compiler@2.0.0-rc.1/compiler.js
       npm:@angular/compiler@2.0.0-rc.1/core_private.js
       npm:@angular/compiler@2.0.0-rc.1/index.js
       npm:@angular/compiler@2.0.0-rc.1/private_export.js
       npm:@angular/compiler@2.0.0-rc.1/src/assertions.js
       npm:@angular/compiler@2.0.0-rc.1/src/compile_metadata.js
       npm:@angular/compiler@2.0.0-rc.1/src/compiler.js
       npm:@angular/compiler@2.0.0-rc.1/src/config.js
       npm:@angular/compiler@2.0.0-rc.1/src/directive_lifecycle_reflector.js
       npm:@angular/compiler@2.0.0-rc.1/src/directive_normalizer.js
       npm:@angular/compiler@2.0.0-rc.1/src/directive_resolver.js
       npm:@angular/compiler@2.0.0-rc.1/src/expression_parser/ast.js
       npm:@angular/compiler@2.0.0-rc.1/src/expression_parser/lexer.js
       npm:@angular/compiler@2.0.0-rc.1/src/expression_parser/parser.js
       npm:@angular/compiler@2.0.0-rc.1/src/facade/async.js
       npm:@angular/compiler@2.0.0-rc.1/src/facade/base_wrapped_exception.js
       npm:@angular/compiler@2.0.0-rc.1/src/facade/collection.js
       npm:@angular/compiler@2.0.0-rc.1/src/facade/exception_handler.js
       npm:@angular/compiler@2.0.0-rc.1/src/facade/exceptions.js
       npm:@angular/compiler@2.0.0-rc.1/src/facade/lang.js
       npm:@angular/compiler@2.0.0-rc.1/src/facade/promise.js
       npm:@angular/compiler@2.0.0-rc.1/src/html_ast.js
       npm:@angular/compiler@2.0.0-rc.1/src/html_lexer.js
       npm:@angular/compiler@2.0.0-rc.1/src/html_parser.js
       npm:@angular/compiler@2.0.0-rc.1/src/html_tags.js
       npm:@angular/compiler@2.0.0-rc.1/src/identifiers.js
       npm:@angular/compiler@2.0.0-rc.1/src/metadata_resolver.js
       npm:@angular/compiler@2.0.0-rc.1/src/offline_compiler.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/abstract_emitter.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/abstract_js_emitter.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/dart_emitter.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/interpretive_view.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/output_ast.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/output_interpreter.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/output_jit.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/path_util.js
       npm:@angular/compiler@2.0.0-rc.1/src/output/ts_emitter.js
       npm:@angular/compiler@2.0.0-rc.1/src/parse_util.js
       npm:@angular/compiler@2.0.0-rc.1/src/pipe_resolver.js
       npm:@angular/compiler@2.0.0-rc.1/src/provider_parser.js
       npm:@angular/compiler@2.0.0-rc.1/src/runtime_compiler.js
       npm:@angular/compiler@2.0.0-rc.1/src/schema/dom_element_schema_registry.js
       npm:@angular/compiler@2.0.0-rc.1/src/schema/element_schema_registry.js
       npm:@angular/compiler@2.0.0-rc.1/src/selector.js
       npm:@angular/compiler@2.0.0-rc.1/src/shadow_css.js
       npm:@angular/compiler@2.0.0-rc.1/src/style_compiler.js
       npm:@angular/compiler@2.0.0-rc.1/src/style_url_resolver.js
       npm:@angular/compiler@2.0.0-rc.1/src/template_ast.js
       npm:@angular/compiler@2.0.0-rc.1/src/template_parser.js
       npm:@angular/compiler@2.0.0-rc.1/src/template_preparser.js
       npm:@angular/compiler@2.0.0-rc.1/src/url_resolver.js
       npm:@angular/compiler@2.0.0-rc.1/src/util.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/compile_binding.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/compile_element.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/compile_method.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/compile_pipe.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/compile_query.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/compile_view.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/constants.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/event_binder.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/expression_converter.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/lifecycle_binder.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/property_binder.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/util.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/view_binder.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/view_builder.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_compiler/view_compiler.js
       npm:@angular/compiler@2.0.0-rc.1/src/view_resolver.js
       npm:@angular/compiler@2.0.0-rc.1/src/xhr.js
       npm:@angular/core@2.0.0-rc.1.json
       npm:@angular/core@2.0.0-rc.1/index.js
       npm:@angular/core@2.0.0-rc.1/private_export.js
       npm:@angular/core@2.0.0-rc.1/src/application_common_providers.js
       npm:@angular/core@2.0.0-rc.1/src/application_ref.js
       npm:@angular/core@2.0.0-rc.1/src/application_tokens.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection/change_detection.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection/change_detection_util.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection/change_detector_ref.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection/constants.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection/differs/default_iterable_differ.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection/differs/default_keyvalue_differ.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection/differs/iterable_differs.js
       npm:@angular/core@2.0.0-rc.1/src/change_detection/differs/keyvalue_differs.js
       npm:@angular/core@2.0.0-rc.1/src/console.js
       npm:@angular/core@2.0.0-rc.1/src/debug/debug_node.js
       npm:@angular/core@2.0.0-rc.1/src/debug/debug_renderer.js
       npm:@angular/core@2.0.0-rc.1/src/di.js
       npm:@angular/core@2.0.0-rc.1/src/di/decorators.js
       npm:@angular/core@2.0.0-rc.1/src/di/forward_ref.js
       npm:@angular/core@2.0.0-rc.1/src/di/injector.js
       npm:@angular/core@2.0.0-rc.1/src/di/metadata.js
       npm:@angular/core@2.0.0-rc.1/src/di/opaque_token.js
       npm:@angular/core@2.0.0-rc.1/src/di/provider.js
       npm:@angular/core@2.0.0-rc.1/src/di/provider_util.js
       npm:@angular/core@2.0.0-rc.1/src/di/reflective_exceptions.js
       npm:@angular/core@2.0.0-rc.1/src/di/reflective_injector.js
       npm:@angular/core@2.0.0-rc.1/src/di/reflective_key.js
       npm:@angular/core@2.0.0-rc.1/src/di/reflective_provider.js
       npm:@angular/core@2.0.0-rc.1/src/facade/async.js
       npm:@angular/core@2.0.0-rc.1/src/facade/base_wrapped_exception.js
       npm:@angular/core@2.0.0-rc.1/src/facade/collection.js
       npm:@angular/core@2.0.0-rc.1/src/facade/exception_handler.js
       npm:@angular/core@2.0.0-rc.1/src/facade/exceptions.js
       npm:@angular/core@2.0.0-rc.1/src/facade/lang.js
       npm:@angular/core@2.0.0-rc.1/src/facade/promise.js
       npm:@angular/core@2.0.0-rc.1/src/linker.js
       npm:@angular/core@2.0.0-rc.1/src/linker/component_factory.js
       npm:@angular/core@2.0.0-rc.1/src/linker/component_resolver.js
       npm:@angular/core@2.0.0-rc.1/src/linker/debug_context.js
       npm:@angular/core@2.0.0-rc.1/src/linker/dynamic_component_loader.js
       npm:@angular/core@2.0.0-rc.1/src/linker/element.js
       npm:@angular/core@2.0.0-rc.1/src/linker/element_injector.js
       npm:@angular/core@2.0.0-rc.1/src/linker/element_ref.js
       npm:@angular/core@2.0.0-rc.1/src/linker/exceptions.js
       npm:@angular/core@2.0.0-rc.1/src/linker/query_list.js
       npm:@angular/core@2.0.0-rc.1/src/linker/template_ref.js
       npm:@angular/core@2.0.0-rc.1/src/linker/view.js
       npm:@angular/core@2.0.0-rc.1/src/linker/view_container_ref.js
       npm:@angular/core@2.0.0-rc.1/src/linker/view_ref.js
       npm:@angular/core@2.0.0-rc.1/src/linker/view_type.js
       npm:@angular/core@2.0.0-rc.1/src/linker/view_utils.js
       npm:@angular/core@2.0.0-rc.1/src/metadata.js
       npm:@angular/core@2.0.0-rc.1/src/metadata/di.js
       npm:@angular/core@2.0.0-rc.1/src/metadata/directives.js
       npm:@angular/core@2.0.0-rc.1/src/metadata/lifecycle_hooks.js
       npm:@angular/core@2.0.0-rc.1/src/metadata/view.js
       npm:@angular/core@2.0.0-rc.1/src/platform_common_providers.js
       npm:@angular/core@2.0.0-rc.1/src/platform_directives_and_pipes.js
       npm:@angular/core@2.0.0-rc.1/src/profile/profile.js
       npm:@angular/core@2.0.0-rc.1/src/profile/wtf_impl.js
       npm:@angular/core@2.0.0-rc.1/src/profile/wtf_init.js
       npm:@angular/core@2.0.0-rc.1/src/reflection/reflection.js
       npm:@angular/core@2.0.0-rc.1/src/reflection/reflection_capabilities.js
       npm:@angular/core@2.0.0-rc.1/src/reflection/reflector.js
       npm:@angular/core@2.0.0-rc.1/src/reflection/reflector_reader.js
       npm:@angular/core@2.0.0-rc.1/src/render.js
       npm:@angular/core@2.0.0-rc.1/src/render/api.js
       npm:@angular/core@2.0.0-rc.1/src/security.js
       npm:@angular/core@2.0.0-rc.1/src/testability/testability.js
       npm:@angular/core@2.0.0-rc.1/src/util.js
       npm:@angular/core@2.0.0-rc.1/src/util/decorators.js
       npm:@angular/core@2.0.0-rc.1/src/zone.js
       npm:@angular/core@2.0.0-rc.1/src/zone/ng_zone.js
       npm:@angular/core@2.0.0-rc.1/src/zone/ng_zone_impl.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1.json
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/core_private.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/index.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/platform_browser_dynamic.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/src/facade/base_wrapped_exception.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/src/facade/collection.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/src/facade/exception_handler.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/src/facade/exceptions.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/src/facade/lang.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/src/facade/promise.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/src/xhr/xhr_cache.js
       npm:@angular/platform-browser-dynamic@2.0.0-rc.1/src/xhr/xhr_impl.js
       npm:@angular/platform-browser@2.0.0-rc.1.json
       npm:@angular/platform-browser@2.0.0-rc.1/core_private.js
       npm:@angular/platform-browser@2.0.0-rc.1/index.js
       npm:@angular/platform-browser@2.0.0-rc.1/private_export.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/animate/animation.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/animate/animation_builder.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/animate/browser_details.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/animate/css_animation_builder.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/animate/css_animation_options.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/browser/browser_adapter.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/browser/generic_browser_adapter.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/browser/location/browser_platform_location.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/browser/testability.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/browser/title.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/browser/tools/common_tools.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/browser/tools/tools.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/browser_common.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/debug/by.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/debug/ng_probe.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/dom_adapter.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/dom_renderer.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/dom_tokens.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/events/dom_events.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/events/event_manager.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/events/hammer_common.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/events/hammer_gestures.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/events/key_events.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/shared_styles_host.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/dom/util.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/facade/base_wrapped_exception.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/facade/browser.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/facade/collection.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/facade/exception_handler.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/facade/exceptions.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/facade/lang.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/facade/math.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/platform_browser.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/platform_browser_static.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/security/dom_sanitization_service.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/security/style_sanitizer.js
       npm:@angular/platform-browser@2.0.0-rc.1/src/security/url_sanitizer.js
       npm:angular2-redux-util@0.5.51.json
       npm:angular2-redux-util@0.5.51/dist/actions.js
       npm:angular2-redux-util@0.5.51/dist/app-store.js
       npm:angular2-redux-util@0.5.51/dist/index.js
       npm:angular2-redux-util@0.5.51/dist/logger.js
       npm:angular2-uuid@1.0.7.json
       npm:angular2-uuid@1.0.7/index.js
       npm:bootbox@4.4.0.json
       npm:bootbox@4.4.0/bootbox.js
       npm:function-bind@1.1.0.json
       npm:function-bind@1.1.0/implementation.js
       npm:function-bind@1.1.0/index.js
       npm:has@1.0.1.json
       npm:has@1.0.1/src/index.js
       npm:highcharts@4.2.5.json
       npm:highcharts@4.2.5/highcharts.js
       npm:immutable@3.8.1.json
       npm:immutable@3.8.1/dist/immutable.js
       npm:is-arrow-function@2.0.3.json
       npm:is-arrow-function@2.0.3/index.js
       npm:is-boolean-object@1.0.0.json
       npm:is-boolean-object@1.0.0/index.js
       npm:is-callable@1.1.3.json
       npm:is-callable@1.1.3/index.js
       npm:is-date-object@1.0.1.json
       npm:is-date-object@1.0.1/index.js
       npm:is-equal@1.5.1.json
       npm:is-equal@1.5.1/getCollectionsForEach.js
       npm:is-equal@1.5.1/getSymbolIterator.js
       npm:is-equal@1.5.1/index.js
       npm:is-equal@1.5.1/why.js
       npm:is-generator-function@1.0.3.json
       npm:is-generator-function@1.0.3/index.js
       npm:is-number-object@1.0.3.json
       npm:is-number-object@1.0.3/index.js
       npm:is-regex@1.0.3.json
       npm:is-regex@1.0.3/index.js
       npm:is-string@1.0.4.json
       npm:is-string@1.0.4/index.js
       npm:is-symbol@1.0.1.json
       npm:is-symbol@1.0.1/index.js
       npm:jquery@2.2.3.json
       npm:jquery@2.2.3/dist/jquery.js
       npm:lodash@4.2.1.json
       npm:lodash@4.2.1/_isHostObject.js
       npm:lodash@4.2.1/isObjectLike.js
       npm:lodash@4.2.1/isPlainObject.js
       npm:lodash@4.2.1/lodash.js
       npm:moment@2.13.0.json
       npm:moment@2.13.0/moment.js
       npm:ng2-bootstrap@1.0.16.json
       npm:ng2-bootstrap@1.0.16/components/accordion.js
       npm:ng2-bootstrap@1.0.16/components/accordion/accordion-group.component.js
       npm:ng2-bootstrap@1.0.16/components/accordion/accordion.component.js
       npm:ng2-bootstrap@1.0.16/components/alert.js
       npm:ng2-bootstrap@1.0.16/components/alert/alert.component.js
       npm:ng2-bootstrap@1.0.16/components/buttons.js
       npm:ng2-bootstrap@1.0.16/components/buttons/button-checkbox.directive.js
       npm:ng2-bootstrap@1.0.16/components/buttons/button-radio.directive.js
       npm:ng2-bootstrap@1.0.16/components/carousel.js
       npm:ng2-bootstrap@1.0.16/components/carousel/carousel.component.js
       npm:ng2-bootstrap@1.0.16/components/carousel/slide.component.js
       npm:ng2-bootstrap@1.0.16/components/collapse.js
       npm:ng2-bootstrap@1.0.16/components/collapse/collapse.directive.js
       npm:ng2-bootstrap@1.0.16/components/common.js
       npm:ng2-bootstrap@1.0.16/components/datepicker.js
       npm:ng2-bootstrap@1.0.16/components/datepicker/date-formatter.js
       npm:ng2-bootstrap@1.0.16/components/datepicker/datepicker-inner.component.js
       npm:ng2-bootstrap@1.0.16/components/datepicker/datepicker-popup.component.js
       npm:ng2-bootstrap@1.0.16/components/datepicker/datepicker.component.js
       npm:ng2-bootstrap@1.0.16/components/datepicker/daypicker.component.js
       npm:ng2-bootstrap@1.0.16/components/datepicker/monthpicker.component.js
       npm:ng2-bootstrap@1.0.16/components/datepicker/yearpicker.component.js
       npm:ng2-bootstrap@1.0.16/components/dropdown.js
       npm:ng2-bootstrap@1.0.16/components/dropdown/dropdown-menu.directive.js
       npm:ng2-bootstrap@1.0.16/components/dropdown/dropdown-toggle.directive.js
       npm:ng2-bootstrap@1.0.16/components/dropdown/dropdown.directive.js
       npm:ng2-bootstrap@1.0.16/components/dropdown/dropdown.service.js
       npm:ng2-bootstrap@1.0.16/components/ng2-bootstrap-config.js
       npm:ng2-bootstrap@1.0.16/components/pagination.js
       npm:ng2-bootstrap@1.0.16/components/pagination/pager.component.js
       npm:ng2-bootstrap@1.0.16/components/pagination/pagination.component.js
       npm:ng2-bootstrap@1.0.16/components/position.js
       npm:ng2-bootstrap@1.0.16/components/progressbar.js
       npm:ng2-bootstrap@1.0.16/components/progressbar/bar.component.js
       npm:ng2-bootstrap@1.0.16/components/progressbar/progress.directive.js
       npm:ng2-bootstrap@1.0.16/components/progressbar/progressbar.component.js
       npm:ng2-bootstrap@1.0.16/components/rating.js
       npm:ng2-bootstrap@1.0.16/components/rating/rating.component.js
       npm:ng2-bootstrap@1.0.16/components/tabs.js
       npm:ng2-bootstrap@1.0.16/components/tabs/tab-heading.directive.js
       npm:ng2-bootstrap@1.0.16/components/tabs/tab.directive.js
       npm:ng2-bootstrap@1.0.16/components/tabs/tabset.component.js
       npm:ng2-bootstrap@1.0.16/components/timepicker.js
       npm:ng2-bootstrap@1.0.16/components/timepicker/timepicker.component.js
       npm:ng2-bootstrap@1.0.16/components/tooltip.js
       npm:ng2-bootstrap@1.0.16/components/tooltip/tooltip-container.component.js
       npm:ng2-bootstrap@1.0.16/components/tooltip/tooltip-options.class.js
       npm:ng2-bootstrap@1.0.16/components/tooltip/tooltip.directive.js
       npm:ng2-bootstrap@1.0.16/components/typeahead.js
       npm:ng2-bootstrap@1.0.16/components/typeahead/latin-map.js
       npm:ng2-bootstrap@1.0.16/components/typeahead/typeahead-container.component.js
       npm:ng2-bootstrap@1.0.16/components/typeahead/typeahead-options.class.js
       npm:ng2-bootstrap@1.0.16/components/typeahead/typeahead-utils.js
       npm:ng2-bootstrap@1.0.16/components/typeahead/typeahead.directive.js
       npm:ng2-bootstrap@1.0.16/ng2-bootstrap.js
       npm:ng2-bs3-modal-born2net@0.2.17.json
       npm:ng2-bs3-modal-born2net@0.2.17/components/modal-body.js
       npm:ng2-bs3-modal-born2net@0.2.17/components/modal-footer.js
       npm:ng2-bs3-modal-born2net@0.2.17/components/modal-header.js
       npm:ng2-bs3-modal-born2net@0.2.17/components/modal.js
       npm:ng2-bs3-modal-born2net@0.2.17/ng2-bs3-modal.js
       npm:object-path@0.9.2.json
       npm:object-path@0.9.2/index.js
       npm:redux-thunk@2.1.0.json
       npm:redux-thunk@2.1.0/lib/index.js
       npm:redux@3.5.2.json
       npm:redux@3.5.2/lib/applyMiddleware.js
       npm:redux@3.5.2/lib/bindActionCreators.js
       npm:redux@3.5.2/lib/combineReducers.js
       npm:redux@3.5.2/lib/compose.js
       npm:redux@3.5.2/lib/createStore.js
       npm:redux@3.5.2/lib/index.js
       npm:redux@3.5.2/lib/utils/warning.js
       npm:reflect-metadata@0.1.2.json
       npm:reflect-metadata@0.1.2/Reflect.js
       npm:reselect@2.5.1.json
       npm:reselect@2.5.1/lib/index.js
       npm:rxjs@5.0.0-beta.6.json
       npm:rxjs@5.0.0-beta.6/AsyncSubject.js
       npm:rxjs@5.0.0-beta.6/InnerSubscriber.js
       npm:rxjs@5.0.0-beta.6/Notification.js
       npm:rxjs@5.0.0-beta.6/Observable.js
       npm:rxjs@5.0.0-beta.6/Observer.js
       npm:rxjs@5.0.0-beta.6/OuterSubscriber.js
       npm:rxjs@5.0.0-beta.6/Subject.js
       npm:rxjs@5.0.0-beta.6/SubjectSubscription.js
       npm:rxjs@5.0.0-beta.6/Subscriber.js
       npm:rxjs@5.0.0-beta.6/Subscription.js
       npm:rxjs@5.0.0-beta.6/add/observable/empty.js
       npm:rxjs@5.0.0-beta.6/add/observable/from.js
       npm:rxjs@5.0.0-beta.6/add/observable/fromEvent.js
       npm:rxjs@5.0.0-beta.6/add/observable/range.js
       npm:rxjs@5.0.0-beta.6/add/operator/buffer.js
       npm:rxjs@5.0.0-beta.6/add/operator/bufferCount.js
       npm:rxjs@5.0.0-beta.6/add/operator/catch.js
       npm:rxjs@5.0.0-beta.6/add/operator/debounceTime.js
       npm:rxjs@5.0.0-beta.6/add/operator/delay.js
       npm:rxjs@5.0.0-beta.6/add/operator/distinctUntilChanged.js
       npm:rxjs@5.0.0-beta.6/add/operator/do.js
       npm:rxjs@5.0.0-beta.6/add/operator/filter.js
       npm:rxjs@5.0.0-beta.6/add/operator/map.js
       npm:rxjs@5.0.0-beta.6/add/operator/merge.js
       npm:rxjs@5.0.0-beta.6/add/operator/mergeMap.js
       npm:rxjs@5.0.0-beta.6/add/operator/retry.js
       npm:rxjs@5.0.0-beta.6/add/operator/scan.js
       npm:rxjs@5.0.0-beta.6/add/operator/share.js
       npm:rxjs@5.0.0-beta.6/add/operator/switchMap.js
       npm:rxjs@5.0.0-beta.6/add/operator/throttleTime.js
       npm:rxjs@5.0.0-beta.6/observable/ArrayLikeObservable.js
       npm:rxjs@5.0.0-beta.6/observable/ArrayObservable.js
       npm:rxjs@5.0.0-beta.6/observable/ConnectableObservable.js
       npm:rxjs@5.0.0-beta.6/observable/EmptyObservable.js
       npm:rxjs@5.0.0-beta.6/observable/FromEventObservable.js
       npm:rxjs@5.0.0-beta.6/observable/FromObservable.js
       npm:rxjs@5.0.0-beta.6/observable/IteratorObservable.js
       npm:rxjs@5.0.0-beta.6/observable/PromiseObservable.js
       npm:rxjs@5.0.0-beta.6/observable/RangeObservable.js
       npm:rxjs@5.0.0-beta.6/observable/ScalarObservable.js
       npm:rxjs@5.0.0-beta.6/observable/empty.js
       npm:rxjs@5.0.0-beta.6/observable/from.js
       npm:rxjs@5.0.0-beta.6/observable/fromEvent.js
       npm:rxjs@5.0.0-beta.6/observable/range.js
       npm:rxjs@5.0.0-beta.6/operator/buffer.js
       npm:rxjs@5.0.0-beta.6/operator/bufferCount.js
       npm:rxjs@5.0.0-beta.6/operator/catch.js
       npm:rxjs@5.0.0-beta.6/operator/debounceTime.js
       npm:rxjs@5.0.0-beta.6/operator/delay.js
       npm:rxjs@5.0.0-beta.6/operator/distinctUntilChanged.js
       npm:rxjs@5.0.0-beta.6/operator/do.js
       npm:rxjs@5.0.0-beta.6/operator/filter.js
       npm:rxjs@5.0.0-beta.6/operator/map.js
       npm:rxjs@5.0.0-beta.6/operator/merge.js
       npm:rxjs@5.0.0-beta.6/operator/mergeAll.js
       npm:rxjs@5.0.0-beta.6/operator/mergeMap.js
       npm:rxjs@5.0.0-beta.6/operator/multicast.js
       npm:rxjs@5.0.0-beta.6/operator/observeOn.js
       npm:rxjs@5.0.0-beta.6/operator/retry.js
       npm:rxjs@5.0.0-beta.6/operator/scan.js
       npm:rxjs@5.0.0-beta.6/operator/share.js
       npm:rxjs@5.0.0-beta.6/operator/switchMap.js
       npm:rxjs@5.0.0-beta.6/operator/throttleTime.js
       npm:rxjs@5.0.0-beta.6/operator/toPromise.js
       npm:rxjs@5.0.0-beta.6/scheduler/AsyncScheduler.js
       npm:rxjs@5.0.0-beta.6/scheduler/FutureAction.js
       npm:rxjs@5.0.0-beta.6/scheduler/QueueAction.js
       npm:rxjs@5.0.0-beta.6/scheduler/QueueScheduler.js
       npm:rxjs@5.0.0-beta.6/scheduler/async.js
       npm:rxjs@5.0.0-beta.6/symbol/iterator.js
       npm:rxjs@5.0.0-beta.6/symbol/observable.js
       npm:rxjs@5.0.0-beta.6/symbol/rxSubscriber.js
       npm:rxjs@5.0.0-beta.6/util/ObjectUnsubscribedError.js
       npm:rxjs@5.0.0-beta.6/util/UnsubscriptionError.js
       npm:rxjs@5.0.0-beta.6/util/errorObject.js
       npm:rxjs@5.0.0-beta.6/util/isArray.js
       npm:rxjs@5.0.0-beta.6/util/isDate.js
       npm:rxjs@5.0.0-beta.6/util/isFunction.js
       npm:rxjs@5.0.0-beta.6/util/isObject.js
       npm:rxjs@5.0.0-beta.6/util/isPromise.js
       npm:rxjs@5.0.0-beta.6/util/isScheduler.js
       npm:rxjs@5.0.0-beta.6/util/root.js
       npm:rxjs@5.0.0-beta.6/util/subscribeToResult.js
       npm:rxjs@5.0.0-beta.6/util/throwError.js
       npm:rxjs@5.0.0-beta.6/util/toSubscriber.js
       npm:rxjs@5.0.0-beta.6/util/tryCatch.js
       npm:symbol-observable@0.2.4.json
       npm:symbol-observable@0.2.4/index.js
       npm:symbol-observable@0.2.4/ponyfill.js
       npm:zone.js@0.6.12.json
       npm:zone.js@0.6.12/dist/long-stack-trace-zone.js
       npm:zone.js@0.6.12/dist/zone.js

ok   Built into dist/index.js, unminified.

[15:41:28] Finished 'x_bundle' after 5.4 s
[15:41:28] Starting 'x_minify'...
[15:41:28] Finished 'x_minify' after 2.21 ms
[15:41:28] Starting 'x_target'...
[15:41:28] Finished 'x_target' after 896 μs
[15:41:28] Starting 'rsync'...
running the command rsync -avzp --progress --exclude=*.bat --exclude=*.iml --exclude=.gitignore --exclude=.git --exclude=.idea/ /cygdrive/c/msweb/ng2Boilerplate/dist Sean@digitalsignage.com:/var/www/sites/javascriptninja.io/ng2/htdocs/
[15:41:28] Finished 'rsync' after 7.63 ms
[15:41:28] Starting 'x_open_server_bundle'...
[15:41:28] Finished 'x_open_server_bundle' after 35 ms
FINISHED SUCCESSFULLY
[15:41:28] Finished 'production' after 15 s
[BS] Proxying: http://localhost:8003
[BS] Access URLs:
 -------------------------------------
       Local: http://localhost:8080
    External: http://172.20.0.175:8080
 -------------------------------------
          UI: http://localhost:3001
 UI External: http://172.20.0.175:3001
 -------------------------------------
born2net commented 8 years ago

are you on jspm 0.17?

jakeNiemiec commented 8 years ago

Yes, that may be it.

born2net commented 8 years ago

fixed?

jakeNiemiec commented 8 years ago

Looks like it, thanks!