cksource-archive / samples-framework

☠☠☠ This repository is no longer used ☠☠☠
Other
0 stars 0 forks source link

How about install lesshat via npm? #1

Closed adelura closed 9 years ago

adelura commented 9 years ago

As far as I can see it's available on npm. I talked with @Reinmar already and we decided to use npm for third parties if available. So we don't require from user to have bower installed.

oleq commented 9 years ago

A good point. I didn't google much about it. It is in https://www.npmjs.com/package/lesshat.

gregpabian commented 9 years ago

Just a small advice for the future regarding this part:

So we don't require from user to have bower installed.

You never have to - you can install bower locally like every other node dependency and then use the postinstall script that will call bower install, and this will use the local copy.

oleq commented 9 years ago

Just a small advice for the future regarding this part:

A good one. But as long as we can avoid additional dependency, that's the right way.

gregpabian commented 9 years ago

Of course, that's why I called it an "advice for the future" :)

adelura commented 9 years ago

Cool one :)

Reinmar commented 9 years ago

Cool advice, but please don't do that if a package can be installed using npm :D