tmcw / docbox

REST API documentation generator
ISC License
1.14k stars 190 forks source link

Fixes #50

Closed ghost1face closed 7 years ago

ghost1face commented 7 years ago

Added a .gitignore and more property initializer syntax for capturing the proper 'this' context.

I am also having a problem running npm run build it seems like the browserify command with NODE_ENV=production creates an empty bundle.js file. Looking to see if I can figure it out.

ghost1face commented 7 years ago

Removed, I ended up with some logs when trying to figure out the npm run build command. But it's not common, removed.

tmcw commented 7 years ago

Can you remove it entirely? node_modules ignore can/should be in a global gitignore instead of per-repo.

ghost1face commented 7 years ago

Done.