Patrick Michalina

Results 52 comments of Patrick Michalina

@chughes-pika ok I will check this out. Just read your comment today.

@chughes-pika can you post an example here?

This hasn't been impleented in 4.0 yet. But what I have done is just use `Promise.all([ exec("clean"), ecec("static-resources") ])` etc... If you need in sequence (not parallel), you need to...

What is your goal here exactly?

@kwhitley you can bundle your own in a separate task - but you are correct it is not automatic at the moment.

Ugh. This is causing us issues with Universal/Server/Browser differences in our modules. The work around we've been using is instead of `InjectionToken` just using simple strings as the DI symbol....

Same issue here. This script is coupled to TRAVIS. I just copied it and tweaking for Circle

wow this might be what has stopped me from upgrading from beta-2.... testing now.

@MrCroft please check https://github.com/patrickmichalina/fusebox-angular-universal-starter/blob/master/src/client/app/app.component.ts It listen for data.response in router-module configurations to apply cache settings to the given route. I will make this a module in the future, but can...