VermontDepartmentOfHealth / docgov

some public facing standards, guidelines, and, well, documentation
https://docgov.netlify.app/
MIT License
3 stars 3 forks source link

Debug and Production Build Modes #74

Closed KyleMit closed 4 years ago

KyleMit commented 5 years ago

Use environment variables or npm script variables

Dev: Don't minify CSS & JS when building locally Prod: Minify CSS & JS when doing full build

Example in 11ty docs on Exposing Environment Variables