lirantal / Riess.js

Riess.js is a de-coupled full stack JavaScript application framework
16 stars 10 forks source link

fix(config): Local Environment config file #15

Closed mleanos closed 6 years ago

mleanos commented 6 years ago

Fixes, and uncomments the line that merges an existing "local-ENV" file with the loaded configuration.

Fixes an issue with the Gulp copyLocalEnvConfig task caused by the incorrect path being used.

Added "gulp" npm script in order to use the package's installed version of Gulp with npm run gulp [task].

e.g. npm run gulp copyLocalEnvConfig.

mleanos commented 6 years ago

I know there's an active discussion going on about the Configuration service. However, in the meantime, these changes will allow me to test & run the application using local configuration settings.

lirantal commented 6 years ago

Sure, we can push it in for a working local env configuration. Thanks!