Closed kud closed 9 years ago
@kud Why are you so grumpy? Do you think this is helpful? I don’t. So please stop contributing issues this way. It doesn’t help anyone besides maybe yourself. Thanks.
It means you won't fix it because of the way I spoke?
In fact, I said that because a friend of mine wanted to download your project via npm and he can't use at all because of the postinstall. =(
I was so sad for him.
No. I just mean you should speak more appropriately to not disappoint people who work hard solving problems for you and provide this for free.
Do you want a PR maybe, dear @anselmh. May I give you a suggestion?
I’m always open for a PR solving issues. And by the way, that’s a great way to contribute. But please bear in mind the package still needs to be fetchable by bower, too. :)
Okay lovely @anselmh. Please, accept my apologies for being rude sometimes because of my passion.
Best regards,
Of course accepted. :)
Title + first message edited.
By the way, @anselmh if you're interested by package managers in front, read that: http://blog.npmjs.org/post/101775448305/npm-and-front-end-packaging
npm will be more and more better for frontend packages.
package.json
is for npm. It shouldn't contain bower install aspostinstall
. You should give to dev a/dist
version. (and still make it work with bower if you want, yes).