ritz078 / embed-js

🌻 A lightweight plugin to embed emojis, media, maps, tweets, code and more. ✨
https://codesandbox.io/s/Wp5OlNMn
MIT License
1.27k stars 88 forks source link

Why removing dist folder ? #207

Closed nept closed 7 years ago

nept commented 7 years ago

In the version 4.1.11 and after this one, the dist folder has been removed from the project and also breaks the bower integration (no more dist or src folder with min files) ? Is it volunter ?

ritz078 commented 7 years ago

Keeping dist on github isn't a nice pattern. It should work if you use npm. I will be removing bower support. But I agree that this was done by mistake.

nept commented 7 years ago

Yes, agree about the wrong pattern, but right now, no more js file of the project are available from a bower integration >= 4.1.11 and i just wanted to ask if this regression was know. Indeed, it's time to delegate the gestion of this package to npm ;)

Thank's for you quick reply