Skip to content
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

Can't turn off the creation of the DEBUG folder in the root of the project #238

Open
olyckne opened this issue Sep 25, 2020 · 1 comment

Comments

@olyckne
Copy link

olyckne commented Sep 25, 2020

Because the DEBUG variable always is set to true it creates a DEBUG folder at the root of the project.

const DEBUG = true || process.env.BROCCOLI_DEBUG;

https://github.com/mike-north/ember-monaco/blob/master/index.js#L17

It works if I change it to
const DEBUG = process.env.BROCCOLI_DEBUG;
but I'm not sure what else the BROCCOLI_DEBUG environment variable might be used for.

@bracke
Copy link

bracke commented Dec 22, 2021

Has there been any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants