moxie-lean / ng-web-app

Front-end component of a web app based on the modular LEAN concept.
http://getmoxied.net/lean
MIT License
6 stars 0 forks source link

Take advantage of process.env to create variables and environments #56

Open mitogh opened 8 years ago

mitogh commented 8 years ago

Steps to reproduce and a minimal demo of the problem

At the moment we have to run:

Current behavior

We need to run a command per environment

Expected/desired behavior

We can use process.env instead to setup custom variables and make scripts to work dynamically based on the environment where those are executed so we have a single command instead of n based on environments.