Kha
Kha
You can view my whole project [here](https://github.com/nlhkh/play_with_react_server_side_rendering). Basically I load the scripts from public assets like this: ``` val vendors = Play.application.resourceAsStream("public/javascripts/vendors.js") val serverSideComponent = Play.application.resourceAsStream("public/javascripts/serverSide.js") val vendorsReader = new...
How do you set the namespace? I tried ``` System.config({ // ... packages: ['web'], // ... }) ```
Hi Sergei, Yes, sort of. I am still not happy with the result because the configuration seems fragile to me. I am experimenting with using a separate server to serve...
I am actually using Heroku. I do not care much about CDN because once I place another front-end proxy, that front-end will act as a CDN too (Cloudflare, etc.). What...
So, in the end, I ended up using `django-webpack-loader`. I find there are many similarity between your library and the webpack counterpart. I think you can bring over the idea...
The fundamental difference between `webpack` and `jspm` is that jspm does not serve the static for you, making you leveraging the existing static server in Django, thus bringing jspm static...
Yes, that’s exactly it. > On 24 Nov 2016, at 20.02, Sergei Maertens wrote: > > I think you can bring over the idea of running a dev-server and have...
Wow this is much less than an hour. I will give it a try :) > On 24 Nov 2016, at 20.15, Sergei Maertens wrote: > > @nlhkh I've added...
Thanks for this > On 24 Nov 2016, at 20.14, Sergei Maertens wrote: > > Closed #27 via 3d43321 . > > — > You are receiving this because you...
> Currently there are no M1 wheels for prophet on pypi. We have locally built it and can upload it, if that's something which might help other people. That would...