int128 / bntp

Chrome extension BNTP (Bookmarks in New Tab Page)

Home Page:https://chrome.google.com/webstore/detail/feeleilgbmkkpapllljmclmbeddcdeeh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to debug extension in chrome without minifying code

caddac opened this issue · comments

Hello,

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

Remove following line to turn off minifying.

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

    .pipe(uglify())

Thanks.

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