biojs-frontend icon indicating copy to clipboard operation
biojs-frontend copied to clipboard

Removed NodeModules from static (#98)

Open awasthishubh opened this issue 5 years ago • 2 comments

  • I analysed the code and found it imports propdoc from static/node_modules in guide.vue only.
  • I added prodoc to dependencies, change import statement in guide.vue to import from node_modules and safely removed node_modules folder from static

awasthishubh avatar Apr 13 '19 20:04 awasthishubh