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

add devtron condition to devtools extension loader #238

Merged
merged 5 commits into from Mar 3, 2018
Merged

add devtron condition to devtools extension loader #238

merged 5 commits into from Mar 3, 2018

Conversation

ghost
Copy link

@ghost ghost commented Mar 2, 2018

followup on #234.

@ghost
Copy link
Author

ghost commented Mar 2, 2018

Maybe it's better to create a wiki page and link to it from the readme for the whole development section?

@hql287 hql287 added this to the Build 06 - v1.1.4 milestone Mar 2, 2018
@hql287
Copy link
Owner

hql287 commented Mar 2, 2018

Maybe it's better to create a wiki page and link to it from the readme for the whole development section?

Great idea! 👍

@hql287
Copy link
Owner

hql287 commented Mar 2, 2018

I'll try to write the first page about this tomorrow as i'm also writing the contributing guide.

@ghost
Copy link
Author

ghost commented Mar 2, 2018

removed the readme changes ...

@ghost ghost changed the title devtools additional info add devtron condition to devtools extension loader Mar 2, 2018
@hql287 hql287 assigned ghost Mar 3, 2018
@hql287
Copy link
Owner

hql287 commented Mar 3, 2018

This is even better than a shortcut 👍

@hql287 hql287 merged commit 1ffcfcc into hql287:dev Mar 3, 2018
@@ -154,6 +154,8 @@ function createPreviewWindow() {
}

function addDevToolsExtension() {
if (process.env.DEVTRON_DEV_TOOLS_PATH)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What would be the value of DEVTRON_DEV_TOOLS_PATH if I decided to use it?

Copy link
Author

@ghost ghost Mar 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that would be the node_modules path, as it is part of the devDependencies:
DEVTRON_DEV_TOOLS_PATH=./node_modules/devtron

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works! 😆

@ghost ghost deleted the devtools-additional-info branch March 3, 2018 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants