Sergey Palikhov

Results 5 comments of Sergey Palikhov

I ran into the same issue a day ago. And for a temporary workaround, that works (just checked it with Codeship), I just added the "prebuild" script, that generates the...

@DennisSmolek, I also think, that handling of **process.env** variables should be built-in in cli. And your approach to use a single environment file, that is generated by external tool makes...

Hey, @carlosthe19916. I have a [sample](https://github.com/k10der/sample-chat-client-angular) project, that I use just for practicing in Angular2+. It's not a production ready and you probably won't get any benefit from running it,...

Hey, @ravivit9. I'm not aware about Azure CI, but I guess it's using Windows. So the scripts I shared earlier won't fully work. Usually you define build steps in CI/CD...

@ravivit9 > As per step 3, when does "prebuild" task will be run if I don't run. How and where will I invoke prebuild before ng build. You can define...