i want to deploy a dropzone component on a nodes project.
I typed:
npm install dropzone
This gives me those files:
node_modules/dropzone/dist/dropzone.js
node_modules/dropzone/dist/dropzone.css
But i do not understand why those files are not automatically copied in public/ folder. I had to copy those files manually to my public/css and public/js folders. It works fine but i am wondering if my copy is dirty or not. Is there a cleanest way to install dropzone component ?