Egor Malkevich
Egor Malkevich
It happend cos I run it thought https://github.com/blai/grunt-express. Have no idea how make it work with grunt tasks :(
Have similar issue. XHR "agenda/jobs?filter=future&name=All" loads forever, have no response. :(
Start doing it, but tooo many questions: [Communication beetwen System HMR and Aurelia Custom Loader](https://github.com/alexisvincent/systemjs-hot-reloader/issues/143) [How replace webpack hooks, to systemjs ones](https://github.com/aurelia/hot-module-reload/issues/10) Hope found some answers next few day and...
It's done. Need wait while the PR would be merged [#144](https://github.com/alexisvincent/systemjs-hot-reloader/pull/144) So: - guide how to setup localy, [here](https://github.com/wegorich/aurelia-sysemjs-hot-plugin) - example [here](https://github.com/wegorich/aurelia-systemjs-loader)
@nickmessing it's ok when you doing it in your code. But when you start using external components you are in trouble. for example http://doc.huangsw.com/vue-easytable/app.html#/table they have `on-custom-comp` event. I have...
I'm trying to implement **aurelia-systemjs-loader** based on (https://github.com/aurelia/loader-default) for HMR module, but as for me it's not so clear what the **aurelia-webpack** loader do (https://github.com/aurelia/loader-webpack). The stack I use: https://github.com/alexisvincent/systemjs-hot-reloader...
For now I have [aurelia-systemjs-loader](https://github.com/wegorich/aurelia-systemjs-loader/blob/master/src/lib/aurelia-systemjs-loader.js) that didn't launch any methods after systemjs reload module, have no idea what to do next :( **Updates:** Found the way how to receive SystemJS...
@niieani thanks. Will dive in this methods. ``` if(window.__reloaded) { if (!this.hmrContext) { // Note: Please do NOT import aurelia-hot-module-reload statically at the top of file. // We don't want...
@niieani Still a bit confusing. So I reload js && html client side module then I trigger: ``` if (defaultHMR && this.hmrContext) { this.hmrContext.handleModuleChange(address); } ``` Nothing happened.
@niieani yep, [aurelia-loader-systemjs](https://github.com/wegorich/aurelia-systemjs-loader/blob/master/src/lib/aurelia-systemjs-loader.js), I made it works in the sandbox. Test only HTML and JS reloads. I'll make the beautiful fork of `aurelia-loader` in Monday 👍