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

How to debug extension in chrome without minifying code #4

Closed
caddac opened this issue Mar 5, 2016 · 2 comments
Closed

How to debug extension in chrome without minifying code #4

caddac opened this issue Mar 5, 2016 · 2 comments

Comments

@caddac
Copy link

caddac commented Mar 5, 2016

Hello,

I pulled down the repository and am trying to debug it in Chrome. How can I debug the code without minifying it before?

@int128
Copy link
Owner

int128 commented Mar 6, 2016

Remove following line to turn off minifying.

https://github.com/int128/new-tab-bookmarks/blob/master/gulpfile.js#L30

    .pipe(uglify())

Thanks.

@int128
Copy link
Owner

int128 commented Jul 8, 2016

I updated build system and now we can debug the code by npm start.

@int128 int128 closed this as completed Jul 8, 2016
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

3 participants
@int128 @caddac and others