-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Do something about src/config.json #10881
Comments
Comment by zaggino In |
Comment by ficristo AFAIK the only thing to manage is |
Comment by petetnt Can we use environment variables? Something like |
Comment by MarcelGerber We probably don't even need that. |
Comment by nethip Let me have a look at this issue. I am also thinking in line with |
Comment by MarcelGerber Mostly fixed with #12778. |
Issue by ficristo
Saturday Sep 10, 2016 at 14:08 GMT
Originally opened as adobe/brackets#12771
Prerequisites
Debug \ Reload Without Extensions
?For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
Now that
npm install
is part of the build we should do something aboutconfig.json
:it is regenerated everytime which is ok, but it needs different values if we are in dev or in production.
We should find a better way to manage the differences.
Steps to Reproduce
npm install
Expected behavior:
Running
git status
config.json
should not appear in the modified files.Actual behavior:
Running
git status
config.json
appears in the modified files.Versions
Windows 10
master
The text was updated successfully, but these errors were encountered: