desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 386 forks source link

Publish package to packagist and exclude dev files from release archives #126

Closed mkungla closed 8 years ago

mkungla commented 8 years ago

Since I am using mostly packagist package manager with Component Installer for Composer for front end stuff and found that you have packagist account so it would be nice if this component would be available from packagist.

Also when creating any of releases you could use .gitattributes to exclude dev files from release archives. Ones you have excluded in bower ignore list.

I have that all ready to go under my fork so I can send you pull request related to this issue.

Just some toughts that in total this package could be submitted also under components/components.

desandro commented 8 years ago

Thanks for submitting this issue. I tried out Composer support about couple months ago. I can't say I'm happy with it. It's another package manager — one I don't quite understand that requires its own login, authentication, and maintenance. I'm not keen on adding Composer support to other libraries.

I'll keep the PR open for a bit to see if others are interested. Please See discussion in #127.