antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--env issue

Jarkan opened this issue · comments

Hello,
I think that the setting of the global.ENV is never performed. When you type into terminal "gulp default --env=testing" and change in gulp task to perform development mode when env is set on "testing" you will see that "global.ENV" in systemjs.conf.js is "undefined" and for all cases it will be set to "development".

And now my question is: what i can change/do to have this variable updated?

Edit: ok, i found answer here #100

+1 for looking old issues first 👍