Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating environment files

TODO: Describe what env.json files are for, how to create a populate an env.[ThemeName].json file inside There are some JSON files that contain various options specific to each environment. They exist in src/Presentation/Nop.Web/config/env. We need to create a new one for our client environment, even if it doesn’t need any custom options yet.

  1. Duplicate the src/Presentation/Nop.Web/config/env/env.dev.json file and rename the new file env

...

  1. .[themename]-test.json . In our example, it’d be env.examplemountain-test.json.

  2. Reach out to your onboarding buddy / manager to learn where to find the values needed to populate the file.

  3. Reach out to your manager to get the ZIP package in LastPass updated to include

...

  1. the new file.

Setting up the assets

Asset generation

...