You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
An `importing Fine Uploader page should definitely be updated to mention bower alongside npm. But I'm really not sure myself how developer who leverage bower can easily pull in CommonJS components. This is pretty easy with npm and Webpack or Rollup since both of those bundlers search node_modules by default, but I'm not sure how easy this is w/ bower.
It will need to be demonstrated how to require and import Fine Uploader modules when using bower instead of npm. Once that is complete, the "importing" doc page (referenced above) should be updated with specifics.
An `importing Fine Uploader page should definitely be updated to mention bower alongside npm. But I'm really not sure myself how developer who leverage bower can easily pull in CommonJS components. This is pretty easy with npm and Webpack or Rollup since both of those bundlers search node_modules by default, but I'm not sure how easy this is w/ bower.
It will need to be demonstrated how to
require
andimport
Fine Uploader modules when using bower instead of npm. Once that is complete, the "importing" doc page (referenced above) should be updated with specifics.The source for docs is located in the docs directory in the fine-uploader repo.
The text was updated successfully, but these errors were encountered: