JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
972 stars 398 forks source link

Change the bower main object src to dist #48

Closed vedhaaa closed 7 years ago

vedhaaa commented 7 years ago

We will try to inject dropify dist files dynamically through bower injector plugin. it is getting added for source file instead of dist file. please change the dist path on bower.json file.

"main": [ "dist/js/dropify.js", "dist/css/dropify.css" ]

Thanks.