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

rm non-maintainted dist/ dir #375

Merged
merged 1 commit into from
Dec 18, 2016
Merged

Conversation

freewil
Copy link
Contributor

@freewil freewil commented Dec 15, 2016

closes #372

@@ -142,8 +142,13 @@ debug('this is hex: %h', new Buffer('hello world'))
```

## Browser support
You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify),
Copy link
Contributor

Choose a reason for hiding this comment

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

We should mention that it works out of the box with the popular browser bundlers. We mention browserify but at least webpack should be mentioned as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not familiar with webpack or anything besides browserify. Please add some info if you are able to. Otherwise, I still consider this PR an improvement as-is.

Copy link
Contributor

Choose a reason for hiding this comment

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

Basically you can just require/import debug and module bundlers like webpack and browserify will compile it in at compile time

@thebigredgeek thebigredgeek merged commit 932b24a into debug-js:master Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

updating dist/
3 participants