-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: add support for environments #50
Labels
Milestone
Comments
Mallikki
added a commit
to Mallikki/stark
that referenced
this issue
Jun 13, 2018
3 tasks
Mallikki
added a commit
to Mallikki/stark
that referenced
this issue
Jun 14, 2018
Mallikki
added a commit
to Mallikki/stark
that referenced
this issue
Jun 14, 2018
Re-opened this issue since it is not completely solved. Currently it is not possible to programatically check the current enviroment in the stark packages, only in the client application (i.e. starter or showcase). |
christophercr
referenced
this issue
in christophercr/stark
Jun 20, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 20, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 21, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 21, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 21, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
Merged
3 tasks
christophercr
referenced
this issue
in christophercr/stark
Jun 21, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 22, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 22, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 22, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 22, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 22, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 26, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 26, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 26, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 26, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 26, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 26, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 26, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
christophercr
referenced
this issue
in christophercr/stark
Jun 26, 2018
…importing environment.ts file) and at compilation time (using webpack Define plugin) ISSUES CLOSED: #50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming the build specifies the environment (either default value or provided as CLI argument), make sure we have support for finding out the current environment within Stark apps (programmatically)
This requires some cleanup as we currently have (at least) these:
The text was updated successfully, but these errors were encountered: