Closed
Bug 871571
Opened 12 years ago
Closed 12 years ago
extend grunt so that it can warn about missing .env variables, compared to env.dist
Categories
(Webmaker Graveyard :: Thimble, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: michiel, Unassigned)
Details
we've run into missing new variables in our .env files compared to env.dist a few times already, so it'll be good to extend grunt with some code that makes it compare the two and warn about variables found in env.dist that do not exist in .env
we can use https://github.com/mozilla/webmaker.org/pull/14 as inspiration for setting this up
Comment 2•12 years ago
|
||
It will be better for an app to die if it's missing variables
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•